Skip to main content
Glama

Arclan MCP Registry

report_server

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. Supports both a simple outcome report and a structured scoring report (criterion + component_score).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsNoArray of error strings encountered during tool use
agentIdNoIdentifier for the reporting agent (optional)
outcomeYesResult of using the server
severityNoSeverity of the worst issue encountered
criterionNoSpecific reliability criterion being scored (enables structured component scoring)
latencyMsNoTotal wall-clock latency in milliseconds
serverUrlYesThe MCP server endpoint URL that was used
toolsUsedNoList of tool names that were called
environmentNoEnvironment the server was used in
evidenceRefNoTrace ID, log URL, or other reference supporting this report
taskCategoryNoCategory of task attempted (e.g. "search", "write", "read")
turnsRequiredNoNumber of turns to complete the task
componentScoreNoScore 0–100 for the specified criterion
taskDescriptionNoBrief description of what the task was

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so description must disclose behavior. It mentions aggregation and influence on trust scores, but lacks details on idempotency, authentication, rate limits, or response behavior. Some transparency is present but incomplete.

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 focused sentences with no wasted words. First sentence states action, second gives usage context, third lists supported modes. Well-structured and front-loaded.

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?

For a 14-parameter tool with no output schema, the description is minimal. It covers basic purpose and modes but lacks details on usage frequency, error handling, duplication semantics, and integration into workflow. Adequate but could be more complete.

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 description coverage is 100% (baseline 3). The description adds value by explaining two modes of reporting: simple outcome and structured scoring (criterion + component_score), clarifying parameter relationships beyond the schema.

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 'Submit an agent usage report for an MCP server' with specific verb and resource. It explains the purpose (influence registry trust scores) and distinguishes from sibling tools (get_server, query_registry, recommend_server) which are query-oriented.

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. However, it does not explicitly contrast with siblings or state when not to use it, limiting full guidance.

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