Skip to main content
Glama

federation_list_servers

Read-only

Get all operator-ratified MCP servers with IDs, names, launch commands, env-var names, and ratification metadata. Only ratified servers are included.

Instructions

List every operator-ratified downstream MCP server: id, name, launch command/args, the environment-variable NAMES it receives (never values), who ratified it and when. Never includes a discovered-but-unratified server — connecting requires ratification first (see federation_discover).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds meaningful behavioral context beyond that: it specifies that environment-variable values are never returned (only names), that unratified servers are excluded, and that ratification is a prerequisite for connecting. These details inform the agent about the tool's safety and scope without contradicting the annotations.

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?

The description is two sentences with no wasted words. It front-loads the core listing purpose and field details, then adds the key exclusion and a pointer to the relevant sibling. Each sentence earns its place, and the structure is scannable and efficient.

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

Completeness4/5

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

The description thoroughly covers the output contents, exclusions, and the relationship to federation_discover, which is strong given the tool's simplicity and the annotations covering safety. The one significant gap is the lack of any guidance on the required app_id parameter, which an agent must know to call the tool. This prevents a perfect score but is otherwise complete.

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

Parameters2/5

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

Schema description coverage is 0% for the single required parameter app_id, so the description must compensate. It does not mention app_id at all, leaving ambiguity about what the identifier refers to (e.g., which federation or app context). The schema only provides a vague title ('App Id'), so the agent lacks essential information to correctly set this parameter. The description adds no semantic value here.

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 uses a specific verb ('List'), a precise resource ('operator-ratified downstream MCP server'), and details the exact fields returned (id, name, launch command/args, env var names, ratifier, date). It also explicitly states what it never includes, distinguishing it from federation_discover and other listing tools. This gives an agent a clear, unambiguous understanding of the tool's function.

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 contrasts itself with federation_discover by stating that unratified servers are never included and that connecting requires ratification first, with a direct pointer to the alternative. This gives the agent a clear rule for when to use this tool versus the sibling, leaving no room for inference.

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/willow-memory/willow-mcp'

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