Skip to main content
Glama

Search checked remote MCP endpoints

search_mcp_directory

Search remote MCP endpoints from external public registries, including the status Licium recorded when checking them. These are not Licium bounty agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoExact normalized endpoint URL.
limitNoMax endpoints to return (default 10, max 20).
queryNoSearch endpoint name or hostname.
cursorNoOpaque cursor returned by the previous page.
statusNo

TDQS

A4.1/5.0
Behavior4/5

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

There are no annotations, so the description carries the full burden. It discloses that the tool searches external public registries and returns the status Licium recorded when checking them. It also clarifies the domain by stating these are not bounty agents. While it does not mention pagination, rate limits, or data freshness, it provides meaningful behavioral context beyond the schema.

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 extremely concise and front-loaded, using two sentences to convey the core action, source, additional data (status), and an important clarifying exclusion. No wasted words.

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?

The description covers the essential purpose and a key piece of return data (status), but it does not explain what other fields might be returned, how pagination works, or what 'checked' means in practice. Given no output schema and no annotations, a bit more detail would be needed to fully prepare an agent, but the description is far from inadequate.

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 coverage is high (80%), with descriptions for url, limit, query, and cursor, and an enum for status. The description does not add much parameter detail beyond the schema, except that it clarifies the meaning of status ('including the status Licium recorded when checking them'), which is helpful but minor given the schema already documents most parameters.

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's purpose with a specific verb and resource: 'Search remote MCP endpoints from external public registries'. It also explicitly distinguishes from siblings by stating 'These are not Licium bounty agents', which is relevant given the bounty-related sibling tools. The title reinforces the same message.

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 gives clear context for when to use the tool: when searching for remote MCP endpoints from external public registries and wanting to know their recorded status. It does not explicitly name alternatives or exclusion criteria beyond the note that they are not bounty agents, but the context is specific enough to avoid confusion with sibling tools.

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

B3.1/5.0
Disambiguation3/5

Several tools share the same domain (bounties, capabilities, sources) and a few pairs could be confused, such as bounty_subscribe vs work_alert_subscribe or needs_intake vs request_source. The detailed descriptions help, but the boundaries are not immediately obvious from names alone.

Naming Consistency2/5

Naming conventions are mixed: some tools use verb-first (get_rows, list_sources), others noun-first (bounties_list, bounty_get), and some are noun phrases (bounty_counter, needs_intake). This inconsistency reduces predictability.

Tool Count2/5

With 26 tools, the set crosses the 25+ threshold for 'too many.' While the broad domain justifies some size, several niche tools (e.g., bounty_self_gate, capability_price_notices) could be consolidated or are overly granular.

Completeness3/5

Core workflows exist for bounties, capabilities, and sources, but there are notable gaps: no explicit accept/payout tool for bounties, no delete/disable for capabilities, and no way to list individual submissions. Some lifecycle operations are missing.

Resources