Skip to content

Instruction Tools

The 20 instruction tools are the public surface of the server. Each tool accepts a { request: string; context?: string; options?: object } payload and internally orchestrates skills.

Start here at the beginning of a new session. These tools orient the model to the project and route subsequent requests.

All tools share the same input schema:

{
"request": "string (required)",
"context": "string (optional)",
"options": "object (optional, tool-specific)"
}