Get Server Capabilities
get_server_capabilitiesRetrieve the MetaDome discovery surface including identity, build version, tool list, response modes, recommended workflows, error taxonomy, and limits. Call with detail='full' for additional semantics and policies.
Instructions
Return the metadome-link discovery surface: identity/build/MetaDome data version, the frozen tool list, response modes, recommended workflows, the error taxonomy, and limits. detail='full' adds the score/async semantics and policy notes. Call this first in a cold session, or read metadome://capabilities / metadome://tools. Signature: get_server_capabilities(detail=, response_mode=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | summary (default, light) or full (adds semantics + notes). | summary |
| response_mode | No | Verbosity: minimal|compact|standard|full (default compact). | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| hint | No | ||
| candidates | No | ||
| recommended_citation | No | ||
| data_versions | No | ||
| server | No | ||
| server_version | No | ||
| capabilities_version | No | ||
| tools | No | ||
| tool_count | No | ||
| response_modes | No | ||
| error_codes | No | ||
| recommended_workflows | No | ||
| read_only | No | ||
| research_use_only | No |