list_skills
List all progressive-disclosure skills with names, descriptions, and URIs. Use this to discover available guidance before running a tool.
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 |