Skip to main content
Glama

Get Server Capabilities

get_server_capabilities
Read-onlyIdempotent

Discover the mgi-link server's capabilities: tool list with call signatures, accepted arguments, response modes, and error taxonomy. Call this first to understand available features.

Instructions

Return the mgi-link discovery surface. detail='summary' (default) is light: identity/build/MGI release, the tool list WITH call signatures, accepted argument aliases, response modes, recommended workflows, error taxonomy, and limits. detail='full' adds vocabularies (allele types, marker types, match types) and the ortholog field catalogue. Call this first in a cold session, or read mgi://tools / mgi://capabilities. Signature: get_server_capabilities(detail=).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNosummary (default, light) or full (adds vocabularies).summary

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNo
_metaNo
error_codeNo
messageNo
retryableNo
recovery_actionNo
fieldNo
allowed_valuesNo
hintNo
candidatesNo
serverNo
server_versionNo
mgi_releaseNo
toolsNo
response_modesNo
error_codesNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond annotations that mark it as a safe, read-only, idempotent operation, the description details the exact content returned for each detail level, including tools list, call signatures, error taxonomy, and vocabularies. This provides rich behavioral context beyond what annotations alone convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence in the description serves a purpose: stating the tool's output, detailing parameter options, providing usage guidance, and giving the signature. It is tightly written with no redundancy, making it concise yet comprehensive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the parameter count (1), full schema coverage, presence of output schema, and the tool's nature as a discovery surface, the description leaves no gaps. It covers what the tool returns, how to use it, and when to call it, fully equipping the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already has 100% coverage with a clear enum, but the description adds significant meaning by explaining what each value yields ('summary' vs 'full') and even provides the call signature. This enriches the agent's understanding beyond the schema's minimal descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns the 'mgi-link discovery surface' with two detail levels ('summary' and 'full'), specifying exactly what each includes. It distinguishes this meta-tool from sibling tools that deal with markers or phenotypes, making its unique purpose explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly advises 'Call this first in a cold session,' providing clear context for initial use. It also offers an alternative method ('read mgi://tools / mgi://capabilities'), effectively guiding when to use the tool versus other means.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berntpopp/mgi-link'

If you have feedback or need assistance with the MCP directory API, please join our Discord server