load_tools
Load deferred tools by preset or explicit names to make them usable in the current session. Returns the loaded tools' schemas and identifies unknown or blocked entries.
Instructions
Load tools this session's preset deferred, by preset name and/or explicit tool names. Call with no arguments to list what is deferred. Emits notifications/tools/list_changed and returns the loaded tools' schemas, so they are usable even if your client ignores that notification (call them through batch). Returns JSON: { loaded, already_loaded, unknown, blocked, tools, hint }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools | No | Explicit tool names to load. Unions with `preset` when both are given. | |
| preset | Yes | Preset whose members to load (minimal, standard, review, architecture, full). "full" loads everything deferred. |