list_skills
List all available progressive-disclosure skills with name, description, and URI. Use this to discover guidance before running tools, then fetch details with get_skill or resource read.
Instructions
List every progressive-disclosure skill the server exposes.
Returns [{name, description, uri}]. Use this when you want to know
what guidance is available before running a tool — read the description
to decide whether you need the full body, then fetch it with
get_skill(name) (or, if your client supports MCP resources directly,
read the uri via the resource read API).
Cross-vendor note: this is the same information that list_resources
returns for the runwhen-skill:// family. Clients that surface MCP
resources should prefer that path; this tool is the explicit fallback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |