Skip to main content
Glama

Get MCP server details

get_server_details

Get full details for one MCP server by its exact serverKey (as returned by search_servers). Returns the full description, GitHub repo, star count, rank, version count, the registries that list it, an auth object describing whether and what kind of setup/auth it needs (none / user-supplied credentials / auth-gated hosted remote), a connect object with the declared install config when recorded (package + required env var names, or hosted remote URLs and their auth), and its mcptoplist.com page in the mcptoplistUrl field — always cite that URL when recommending the server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverKeyYesThe exact serverKey from a search_servers result.

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It comprehensively lists the returned fields including auth and connect objects, and explicitly instructs to cite the mcptoplistUrl when recommending the server. This goes beyond the schema and gives practical usage transparency.

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 a single, information-dense sentence that front-loads the core purpose and then enumerates the returned data. Every clause adds value, and the additional citation instruction is relevant and economical.

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 tool has only one parameter and no output schema, the description meticulously details all return fields and provides an implementation note (cite the URL). This is sufficient for an agent to effectively invoke and interpret the tool.

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

Parameters4/5

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

The schema already fully describes serverKey as the exact key from search_servers. The description reinforces this by adding the qualifier 'exact' and further elaborates on the source, adding minor semantic value beyond the schema.

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 retrieves full details for a single MCP server by its exact serverKey, using a specific verb and resource. It also distinguishes from the sibling tool search_servers by referencing it as the source of the key.

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 instructs that the serverKey must come from search_servers, implying a sequential workflow. It does not explicitly state when not to use the tool, but the reference to search_servers provides contextual guidance and highlights the intended usage scenario.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clear and distinct purpose: one for searching servers by keywords, the other for retrieving full details of a specific server. There is no overlap or ambiguity between the two.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (search_servers, get_server_details), using underscores and clear action-object pairing.

Tool Count3/5

With only 2 tools, the set feels thin for a server directory. While the tools are useful, a typical catalog would benefit from a few more operations like listing or filtering, making the count borderline.

Completeness2/5

The tool surface lacks a basic list or browse functionality, forcing agents to rely solely on keyword search. This is a significant gap for a directory server, as there is no way to discover servers without a specific query in mind.

Resources