Skip to main content
Glama
Ownership verified

Server Details

Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 2 of 2 tools scored.

Server CoherenceA
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.

Available Tools

2 tools
get_server_detailsGet MCP server detailsAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
serverKeyYesThe exact serverKey from a search_servers result.
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.

search_serversSearch MCP serversAInspect

Search the mcptoplist.com catalog of Model Context Protocol (MCP) servers by keyword. Use this to find the right MCP server for a capability or integration (e.g. "postgres database", "github issues", "browser automation", "stripe payments"). Matches server names, organizations and descriptions, ranked by relevance and popularity. Returns the server name, what it does, its GitHub repo, which registries list it, an auth object saying whether the server needs credentials/auth before first use (authRequired true/false/null-unknown with a short note), and its mcptoplist.com page in the mcptoplistUrl field — always cite that URL when recommending a server.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return (1-50, default 10).
queryYesKeywords describing the capability or integration you need.
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses matching criteria (names, organizations, descriptions), ranking by relevance/popularity, and detailed return fields including the auth object and citation requirement. It does not explicitly state it is read-only, but the search behavior implies it.

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

Conciseness4/5

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

The description is a single dense paragraph that front-loads the primary purpose, then elaborates on usage and return fields. It is efficient but slightly long; however, all sentences add value and it avoids redundancy.

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 fully explains the return structure, including the auth object and the mcptoplistUrl field, which is critical given no output schema. It misses mention of pagination, but the limit parameter is covered in the schema. Overall, it is complete for a search tool.

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

Parameters3/5

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

The input schema has 100% coverage of both parameters with descriptions. The tool description adds examples but no additional parameter semantics beyond what the schema already provides, so the baseline of 3 is appropriate.

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 searches the mcptoplist.com catalog of MCP servers by keyword, with specific examples of capabilities. It also distinguishes itself from the sibling tool get_server_details by focusing on search rather than details, though it doesn't explicitly name the alternative.

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 provides clear use cases (finding the right MCP server for a capability) with concrete examples. It does not explicitly mention when to use get_server_details instead, but the search-oriented purpose is evident and distinct.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides intelligent recommendations for MCP servers based on development needs using natural language queries. Searches through 874+ curated MCP servers across 36+ categories with advanced matching algorithms.
    3
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.
    44
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for searching and exploring MCP servers from the Glama MCP directory. This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.
    3
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources