Skip to main content
Glama

Arclan MCP Registry

Server Details

MCP server registry — validated by live handshake, scored on reliability, monitored continuously.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: get_server retrieves details of a specific server, query_registry searches for servers, and report_server submits usage reports. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: get_server, query_registry, report_server. This is predictable and clear.

Tool Count5/5

Three tools is appropriate for a registry server focused on discovery and reporting. It is not too few to be useful nor too many to be overwhelming.

Completeness5/5

The tool set covers the core operations for a registry: searching for servers, getting detailed information, and submitting reports. There are no obvious gaps for the intended use case.

Available Tools

3 tools
get_serverAInspect

Get full details for a specific MCP server by endpoint URL or registry ID. Returns score, state, tools list, latency, and recent test history.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoThe registry ID (slug) for the server
urlNoThe MCP server endpoint URL
Behavior4/5

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

Discloses return contents ('score, state, tools list, latency, and recent test history') which implies a read-only operation. No annotations provided, so description carries the burden; while it could explicitly state no side effects, the disclosed return fields sufficiently suggest a query.

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?

Single, concise sentence that front-loads the action and purpose, then lists return contents. No unnecessary words, efficiently communicates essential information.

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?

For a simple lookup tool with 2 optional parameters and no output schema, the description covers purpose, identification methods, and return fields. Lacks details on mutual exclusivity of params, error cases, or default behavior, but overall sufficient for straightforward use.

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?

Schema coverage is 100% with basic descriptions. Description adds value by clarifying that either id or url can be used, which is not explicitly stated in the schema. This extra context improves parameter understanding.

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?

Description clearly states action ('Get full details'), resource ('specific MCP server'), and identification method ('by endpoint URL or registry ID'). Effectively distinguishes from siblings 'query_registry' and 'report_server'.

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?

Indicates two identification methods but no explicit guidance on when to use this tool versus alternatives. Lacks when-to-use, when-not-to-use, or comparison with siblings beyond naming.

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

query_registryAInspect

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 this before connecting to an MCP server to check its validation status and score.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return 1–200 (default 50)
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)
transportNoFilter by transport type
capabilityNoFilter by tool name or keyword (searches name, description, tools)
Behavior3/5

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

No annotations provided. The description lacks details on behavioral traits like read-only nature, rate limits, or authentication needs. It adds context on default behavior but does not go beyond what the schema implies.

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 concise and front-loaded with the main purpose. Every sentence adds value, with no wasted words.

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?

All parameters are documented in schema. The description provides use-case context and status guidance. Absence of output schema is acceptable; return values can be inferred. Sibling tools not mentioned but not critical for this search tool.

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 baseline is 3. The description does not add significant meaning beyond the schema; it merely restates default behavior for status. No additional parameter insights.

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 'Search the Arclan registry for MCP servers' with a specific verb and resource. It differentiates from siblings (get_server, report_server) by focusing on searching and listing, not detail retrieval or reporting.

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 explains when to use the tool ('Use this before connecting to an MCP server to check its validation status and score.') and provides guidance on status parameter values. However, it does not explicitly mention alternatives or when not to use it.

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

report_serverAInspect

Submit an agent usage report for an MCP server. Reports are aggregated and influence registry trust scores. Call this after using an MCP server so the registry can track real-world reliability.

ParametersJSON Schema
NameRequiredDescriptionDefault
agentIdNoIdentifier for the reporting agent (optional)
outcomeYesResult of using the server
latencyMsNoTotal wall-clock latency in milliseconds
serverUrlYesThe MCP server endpoint URL that was used
toolsUsedNoList of tool names that were called
taskCategoryNoCategory of task attempted (e.g. "search", "write", "read")
turnsRequiredNoNumber of turns to complete the task
taskDescriptionNoBrief description of what the task was
Behavior2/5

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

No annotations provided, so description carries full burden. It only states that reports are aggregated and influence trust scores, but does not disclose behavioral traits like idempotency, rate limits, or auth requirements for this write operation.

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?

Two sentences, front-loaded: first sentence states purpose, second sentence gives usage guidance. No wasted words.

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?

For a reporting tool with 8 parameters and no output schema, the description adequately explains purpose and usage context. It explains that reports are aggregated and affect trust scores, which is sufficient. Missing details like return value are acceptable without output schema.

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 100% with good parameter descriptions. The description adds no extra meaning beyond the schema, so it meets baseline but does not excel.

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 submits an agent usage report for an MCP server, with specific verb and resource. It distinguishes from siblings get_server and query_registry which are for retrieval tasks.

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 explicitly says 'Call this after using an MCP server' providing clear context for when to use. It does not explicitly mention when not to use, but sibling names imply alternatives for other purposes.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources