Skip to main content
Glama

federation_list_servers

List operator-ratified downstream MCP servers: id, name, launch command, env-var names, ratifier, and timestamp. Excludes unratified servers; use discovery to initiate connection.

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
Behavior4/5

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

With no annotations, the description carries the burden. It discloses that only operator-ratified servers are included, that env var values are never returned (only names), and that unratified servers are never shown. This adds meaningful behavioral constraints, though it omits details about authentication or error handling.

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 well-structured sentences that front-load the primary function, then add critical behavioral caveats in a readable order. No wasted words.

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

Completeness3/5

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

For a simple list tool, the description covers return fields and the ratification-scoping rule, but the unexplained required app_id parameter is a significant gap that prevents the agent from invoking the tool correctly. The pointer to federation_discover partially mitigates the omission, but not the missing parameter semantics.

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

Parameters1/5

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

The input schema declares app_id as required but provides no description, and the description never mentions app_id or how it scopes the listing. With 0% schema description coverage, the agent has no idea what value to supply or what effect it has, making this parameter completely opaque.

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 the tool lists operator-ratified downstream MCP servers, enumerates the returned fields (id, name, launch command/args, env var NAMES, ratifier and date), and distinguishes itself from federation_discover by explicitly excluding unratified servers.

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

Usage Guidelines4/5

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

The description tells readers that connecting requires ratification first and points to federation_discover, implying this tool is for viewing already-ratified servers. It doesn't fully spell out when to choose this over federation_discover, but the guidance is clear enough for a list-vs-discovery distinction.

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

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