Get Server Capabilities
get_server_capabilitiesRetrieve the metadome-link server capabilities including identity, data version, tool list, response modes, and limits. Use detail='full' for additional semantics and policy notes.
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 |