Activate Skill
use_skillActivate a specific skill to access its tools. Use list_skills to see available skills, then call this to enable document editing, search, or analysis tools.
Instructions
Activate a skill so its tools become available to call. Returns the activated skill's tool names and their schemas; clients that support tools/list_changed will also see the new tools appear automatically. Call list_skills first to see the available skill names. Tools are progressively disclosed, so activate the skill you need before using its tools (most tools are pre-activated by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill to activate, e.g. "documents", "search", or "analysis". Get valid names from list_skills. |