e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
7 lines
638 B
YAML
7 lines
638 B
YAML
short_description: "Load Extended Tools (e.g. MCP server tools) so they become callable in this session."
|
|
when_to_use: "When the task needs a tool from the Extended Tools section that is not loaded yet. Calling an extended tool without loading it first will fail."
|
|
input_format: "`names` — array of exact tool names from the Extended Tools section."
|
|
guideline: "Load only the tools the current task needs — not the whole list. Once loaded, a tool stays available for the rest of the session; do not re-load it."
|
|
note: "If a name comes back as unknown, re-check the Extended Tools section for the exact spelling."
|
|
phase: "exploration"
|