Skip to main content
Glama

fresh-feeds — trending/new/changed MCP servers + x402 change-data API

search_mcp_registry

Search the continuously-maintained MCP server registry (deduped, quality-scored, refreshed every 30 min) by name/title/description. Free; returns up to 25 matching servers with score, status, remotes and packages. For the FULL corpus (~1500 servers) use get_mcp_registry_snapshot (paid, x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax results 1-25 (default 10)
queryNocase-insensitive substring matched against server name/title/description; omit for the top servers by quality score

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries full behavioral disclosure. It mentions the registry is deduped, quality-scored, refreshed every 30 minutes, free, returns up to 25 results, and lists returned fields (score, status, remotes, packages). This exceeds minimal expectations.

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?

Three sentences, all substantive and front-loaded with the core action. Each clause adds value: defining scope, return details, and alternative tool. No redundancy or filler.

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?

The description covers purpose, limitations, return content, maintenance characteristics, and the paid alternative. For a simple search tool with fully documented schema and no output schema, this is complete and self-sufficient.

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 descriptions cover both parameters 100%, including constraints (limit 1-25, default 10) and query semantics (case-insensitive substring, omit for top servers). The description adds no extra parameter information, so baseline 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 MCP server registry by name/title/description, using a specific verb and resource. It also distinguishes this tool from the sibling get_mcp_registry_snapshot by noting that the snapshot returns the full corpus.

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

Usage Guidelines5/5

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

It explicitly specifies when to use this search tool versus an alternative: 'For the FULL corpus (~1500 servers) use get_mcp_registry_snapshot (paid, x402).' It also notes the free nature, result limit, and that omitting the query returns top servers by quality score.

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

Every tool has a clearly distinct purpose: free vs. paid, list vs. snapshot, search vs. verify, and the standalone risk assessment. Even the similar verification tools are differentiated by 'preview' versus 'full report', leaving no ambiguity.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (get_, list_, search_, verify_, assess_). The only outlier is 'feeds_status', which uses a noun phrase instead of a verb-led form, creating a minor inconsistency.

Tool Count5/5

With 10 tools, the server is well-scoped for its dual purpose of MCP registry access and x402 services. Each tool adds distinct value, and the count comfortably fits the typical 3-15 range without feeling bloated or thin.

Completeness5/5

The tool set covers the full read-only lifecycle for both feeds: free search, paid full snapshots, delta changes, trending highlights, per-server verification (preview and full), live service listing, and aggregate status. No obvious dead ends for the stated purpose.