Tools

Toolbox is the canonical tools entrypoint. It fuses core tools, MCP tools, and script tools into one runtime surface.

Naming and routing

  • Core tools use plain names (for example text.word_count or fs.read_text).

  • Script tools are namespaced as script::<tool_name>.

  • MCP tools are namespaced as <server_id>::<tool_name>.

Pages