Skip to main content
Glama

MCP Marketplace

search_servers

Search the MCP Marketplace catalog. With a free-text query and default sort, results are ranked by semantic similarity (gte-small embeddings + cosine similarity), so natural-language queries like 'manage my calendar', 'something to read PDFs', or 'database for my agent' work as well as keyword searches. Each result includes security_score (0-10), risk_level (low/moderate/high/critical), critical_findings (count of severity=critical|high findings), pricing, rating, install count, and a URL. ranking_mode in the response indicates whether semantic or keyword matching was used. Before recommending an install, call get_server for full details including every flagged finding — critical_findings > 0 means the server has known security issues you must surface to the user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed page number. Combine with `limit` to paginate past the first window. Defaults to 1.
sortNoRanking order. Defaults to 'relevance' when query is set, else 'installs'.
limitNoMax results per page (1-25). Default 10.
queryNoFree-text search across name, tagline, description, tags, and MCP tool names.
categoryNoCategory slug filter. Call list_categories to see valid slugs.
free_onlyNoIf true, exclude paid servers.
transportNoFilter by transport. 'stdio' = local (npm/pip); 'streamable-http' = hosted remote. SSE is not exposed because the catalog doesn't distinguish SSE from streamable-HTTP and filtering on it would always return zero.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and delivers thoroughly. It reveals ranking internals (gte-small embeddings + cosine similarity), the meaning of ranking_mode, result fields including security_score and risk_level, and the critical interpretation of critical_findings > 0. This is rich, non-obvious behavioral context that goes far beyond a typical one-line summary.

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 compact: four sentences that progress logically from what the tool does, to how results are ranked, to what results contain, to the recommended follow-up with get_server. Every sentence adds necessary information with no fluff or repetition of schema details.

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?

Despite having 7 parameters and no output schema, the description supplies enough context for an agent to use the tool effectively: semantic search behavior, response field expectations, and safety-critical guidance around critical_findings. The only missing pieces (pagination defaults, error behavior) are adequately covered by the schema or are not essential for a search 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 input schema already covers all 7 parameters with individual descriptions, so the baseline is 3. The description adds above-baseline value by explaining how query interacts with semantic ranking, how sort defaults change based on query presence, and why the transport filter excludes SSE (a known catalog limitation). These insights are not present in the schema alone.

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 opens with a specific verb and resource ('Search the MCP Marketplace catalog') and immediately clarifies the search mechanism (semantic similarity + keyword). This clearly distinguishes search_servers from siblings like get_server, list_categories, and recently_added, all of which serve different purposes.

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 strong context for when to use this tool: for free-text and natural-language discovery across the catalog. It also explicitly instructs to call get_server before recommending an install, which is a clear follow-up guideline. However, it does not explicitly mention when to prefer siblings like similar_to or compare, so it falls short of a 5.

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.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search, compare, get details, list categories, recent additions, similar servers, and creator profiling. While search_servers, similar_to, and recently_added all return server lists, their input mechanisms and use cases are distinct enough to avoid confusion.

Naming Consistency2/5

The naming is inconsistent: verb_noun patterns like get_server and list_categories contrast with noun phrases like creator_profile, adverb_verb recently_added, and the adjective phrase similar_to. `compare` is a bare verb, further breaking the pattern.

Tool Count5/5

Seven tools is well-scoped for a marketplace discovery server, covering search, details, comparison, and discovery. Each tool earns its place without redundancy, fitting comfortably within the ideal 3-15 range.

Completeness4/5

The surface covers the essential marketplace lifecycle: search/browse, get full details, compare, and discover via categories/recent/similar/creator. Minor gaps like a dedicated 'list all servers' or 'browse by category' tool are not needed because search_servers can be filtered by category, and get_server provides comprehensive details.

Resources