Get Server Capabilities
get_server_capabilitiesRetrieve the tool capabilities, call signatures, and error taxonomy of the UniProt SPARQL endpoint to initialize a session and understand available tools.
Instructions
Return the uniprot-link discovery surface. detail='summary' (default) is light: identity/build/release, the tool list WITH call signatures, accepted argument aliases, response modes, recommended workflows, error taxonomy, and limits -- enough to call any tool without guessing an argument name. detail='full' adds the heavy reference blocks (21 named graphs with triple counts, the full SPARQL prefix map, full latency bands, feature-type and cross-reference vocabularies). Call this first in a cold session, or read uniprot://tools (signatures only) or uniprot://capabilities (full). Signature: get_server_capabilities(detail=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | summary (default, light) or full (adds named graphs/prefixes). | summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| server | No | ||
| server_version | No | ||
| uniprot_release | No | ||
| tools | No | ||
| named_graphs | No | ||
| feature_types | No |