list_runtime_skills
List all available runtime skills in the COBie MCP server, returning their names, descriptions, and version hashes for orchestration and routing.
Instructions
List available runtime skills for orchestration (agentic affordance).
Returns name, description, version_hash for each skill. Use get_runtime_skill(name)
for full body; suggest_runtime_skill(user_intent, state) to route user intent
(e.g. pending_preview_id + 'confirm' → applying-updates).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||