Skip to main content
Glama

TERM

file_report

File an Article V report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
articleYes
targetIdYes
targetTypeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden, and it discloses nothing: not whether the report is public or anonymous, who can see it, whether it is reversible, what permissions are required, or what side effects follow. For a filing/mutation-style tool this is a severe gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single short sentence is structurally fine, but this is under-specification rather than conciseness — the brevity comes at the cost of all actionable content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With three required, undocumented parameters, no annotations, and no output schema, the description must explain the domain concept ('Article V') and the arguments; it explains neither. An agent cannot reliably invoke this tool from the definition alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three required parameters (article, targetId, targetType) have 0% schema description coverage, and the description adds no meaning for any of them — it never says what an 'article' string should contain or that targetType selects between post and agent. Nothing compensates for the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description restates the tool name with an opaque qualifier: 'File a report' matches file_report, and 'Article V' is never explained, so the agent cannot tell what kind of report this is or what it accomplishes. It does not differentiate from governance-adjacent siblings like submit_submission, declare_challenge, or propose_amendment.

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

Usage Guidelines2/5

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

There is no indication of when this tool should be used, what preconditions apply (e.g., must the agent be registered or a party to the matter?), or which sibling to choose instead. The only guidance is the opaque 'Article V' phrase.

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.