Skip to main content
Glama
kongyo2

Glama MCP Server Search

by kongyo2

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: get_mcp_server_attributes retrieves filterable attributes, get_mcp_server_details fetches specific server information, and search_mcp_servers performs free-text queries. The descriptions make it impossible to confuse which tool to use for each task.

    Naming Consistency5/5

    All three tools follow a perfect verb_noun pattern with snake_case: get_mcp_server_attributes, get_mcp_server_details, and search_mcp_servers. The naming is highly predictable and consistent throughout the set.

    Tool Count3/5

    With only 3 tools, the set feels thin for a search server that might benefit from additional operations like filtering by attributes directly or pagination controls. While the core functions are covered, the count is borderline minimal for the apparent scope.

    Completeness4/5

    The tools cover the essential search workflow: getting attributes for filtering, searching servers, and retrieving details. A minor gap exists in not having a tool to directly filter servers using those attributes without free-text search, but agents can work around this by combining tools.

  • Average 3.7/5 across 3 of 3 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 0 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is failing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    Annotations indicate readOnlyHint=true and openWorldHint=true, covering safety and scope. The description adds context about the search being 'free text' and targeting the 'Glama directory', but doesn't disclose behavioral traits like rate limits, authentication needs, or result format. No contradiction with annotations exists.

    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, efficient sentence that directly states the tool's purpose without unnecessary words. It's front-loaded and every part contributes to understanding the tool's function.

    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?

    Given the tool's moderate complexity (search with pagination), annotations cover safety and scope, and schema covers parameters well. However, without an output schema, the description doesn't explain return values or result structure, leaving a gap in completeness for effective agent use.

    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?

    Schema description coverage is 100%, so parameters are well-documented in the schema. The description mentions 'free text queries', which aligns with the 'query' parameter but doesn't add significant meaning beyond the schema. Baseline 3 is appropriate as the schema handles most documentation.

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

    Purpose4/5

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

    The description clearly states the action ('Search for MCP servers') and resource ('in the Glama directory'), with the specific method 'using free text queries'. However, it doesn't explicitly differentiate from sibling tools like get_mcp_server_attributes or get_mcp_server_details, which likely retrieve specific server details rather than searching a directory.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools, prerequisites, or specific contexts for usage, leaving the agent to infer based on tool names alone.

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

  • Behavior4/5

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

    Annotations provide readOnlyHint=true and openWorldHint=true, indicating a safe, read-only operation with potentially open-ended results. The description adds value by clarifying that the attributes are for filtering, which isn't covered by annotations. No contradiction exists, as 'Get' aligns with read-only behavior.

    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, clear sentence that directly states the tool's function without unnecessary words. It is front-loaded with the core purpose, making it highly efficient and easy to understand.

    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?

    Given the tool's simplicity (0 parameters, no output schema) and good annotations, the description is adequate but minimal. It covers the basic purpose but lacks details on output format or how the attributes relate to sibling tools, leaving some contextual gaps for an agent.

    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?

    With 0 parameters and 100% schema description coverage, the schema fully documents the lack of inputs. The description adds context by explaining the purpose of the output (attributes for filtering), which compensates for the absence of parameter details, justifying a score above the baseline of 3.

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

    Purpose4/5

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

    The description clearly states the action ('Get available attributes') and the resource ('MCP servers'), specifying that these attributes are used for filtering. However, it doesn't explicitly differentiate from sibling tools like 'get_mcp_server_details' or 'search_mcp_servers' in terms of purpose, which prevents a perfect score.

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

    Usage Guidelines3/5

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

    The description implies usage context by mentioning 'attributes that can be used to filter MCP servers', suggesting this tool is preparatory for filtering operations. However, it lacks explicit guidance on when to use this versus alternatives like 'search_mcp_servers' or prerequisites, leaving room for ambiguity.

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

  • Behavior3/5

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

    Annotations provide readOnlyHint=true and openWorldHint=true, indicating safe read operations and potential for unknown data. The description adds value by specifying the retrieval scope ('detailed information') and identification method, but doesn't disclose behavioral traits like error handling, rate limits, or response format. With annotations covering safety, a baseline of 3 is appropriate as the description offers some context without rich behavioral details.

    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, efficient sentence that front-loads the core purpose ('Get detailed information') and includes essential specifics ('about a specific MCP server by namespace and slug'). There is no wasted text, and every word contributes to clarity, making it appropriately sized and well-structured.

    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?

    Given the tool's low complexity (2 required parameters, no output schema), the description is mostly complete. It clearly states the purpose and parameters, but lacks details on return values (e.g., what 'detailed information' includes) and error cases. With annotations providing safety context, it's adequate, though could be slightly enhanced for full completeness.

    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?

    Schema description coverage is 100%, with clear descriptions for both parameters (namespace and slug). The description adds marginal value by reinforcing the purpose of these parameters ('by namespace and slug') but doesn't provide additional semantics beyond what the schema already documents, such as format constraints or examples. Baseline 3 is correct when the schema handles most of the parameter documentation.

    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 specific action ('Get detailed information') and resource ('about a specific MCP server'), with precise identification criteria ('by namespace and slug'). It distinguishes from sibling tools like 'search_mcp_servers' (which likely returns multiple servers) and 'get_mcp_server_attributes' (which might return specific attributes rather than comprehensive details).

    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 implies usage context by specifying 'by namespace and slug,' suggesting this tool is for retrieving details of a known, specific server. However, it doesn't explicitly state when to use this versus alternatives like 'search_mcp_servers' (for unknown servers) or 'get_mcp_server_attributes' (for partial data), nor does it mention prerequisites or exclusions, leaving some guidance gaps.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

Glama-MCP-Server-Search MCP server

Copy to your README.md:

Score Badge

Glama-MCP-Server-Search MCP server

Copy to your README.md:

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/kongyo2/Glama-MCP-Server-Search'

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