Skip to main content
Glama

Arclan MCP Registry

query_registry

Search the Arclan registry for MCP servers. By default returns only connectable servers (active, mcp_partial, auth_gated). Use status=stdio to browse local-only servers available for installation. Use status=all to query the full index. Use production_safe=true to restrict to servers with uptime > 97% and handshake success > 95%. Use read_only=true to restrict to servers with no write or exec tools. Use this before connecting to an MCP server to check its validation status and score. After using a server, call report_server to contribute reliability data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return 1–20 (default 10)
statusNoFilter by state. Default (omit): connectable states only (active + mcp_partial + auth_gated). Use "stdio" for local-install catalog. Use "all" for the full index.
min_scoreNoMinimum validation score 0–100 (default 0)
read_onlyNoOnly return servers with no write or exec tools — safe for read-only agent workflows.
transportNoFilter by transport type
capabilityNoFilter by tool name or keyword (searches name, description, tools)
production_safeNoOnly return servers with uptime_7d > 97% and handshake_success_rate > 95%. Use when reliability matters.

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of disclosure. It explains default behavior (returns only connectable servers) and filter effects. However, it does not disclose potential error conditions, rate limits, or details about the return structure beyond the limit parameter.

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 well-structured, starting with the main action and default behavior, then listing specific filter uses, and ending with a related action. It is front-loaded and each sentence contributes useful information, though it could be slightly more concise.

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 complexity of 7 parameters and no output schema, the description covers the tool's purpose, default behavior, filter options, and even suggests a follow-up action. It lacks detail on return format but is otherwise complete 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 has 100% coverage with descriptions for all 7 parameters. The description adds value beyond the schema by explaining specific use cases for parameters (e.g., 'Use production_safe=true to restrict to servers with uptime > 97% and handshake success > 95%') and clarifying defaults for the status parameter.

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: 'Search the Arclan registry for MCP servers.' It specifies the resource (Arclan registry) and the action (search), and distinguishes itself from sibling tools like get_server, recommend_server, and report_server by focusing on querying the registry with various filters.

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 explicit guidance on when to use the tool: 'Use this before connecting to an MCP server to check its validation status and score.' It also gives specific filter suggestions (production_safe, read_only, status=stdio) and mentions a related action after use (report_server). However, it does not explicitly state when not to use this tool compared to alternatives.

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

Each tool serves a distinct purpose: retrieving details, searching, recommending, and reporting. There is no overlap or confusion between them.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_server, query_registry, recommend_server, report_server) with no mixing of styles.

Tool Count5/5

Four tools is a well-scoped set for a registry server. Each tool covers a necessary operation without being too few or too many.

Completeness5/5

The tool set covers the core registry operations: retrieving details, searching, getting recommendations, and reporting. No obvious gaps for an agent's interaction with the registry.

Resources