---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/standing_instructions/variables/standingInstructionTools.md
description: >-
  Convenience tuple of every standing-instruction tool. Spread into a {@link
  @nhtio/adk!ToolRegistry} to register the entire category at once.
---

# Variable: standingInstructionTools

```ts
const standingInstructionTools: readonly [
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
];
```

Defined in: [batteries/tools/standing\_instructions/index.ts:122](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/tools/standing_instructions/index.ts#L122)

Convenience tuple of every standing-instruction tool. Spread into a [@nhtio/adk!ToolRegistry](../../../../forge/classes/ToolRegistry.md)
to register the entire category at once.
