Skip to main content
Glama

Lovie Company Formation

Get Clearance Report

trademark_get_clearance_report
Read-only

GetClearanceReport returns a stored clearance snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportIdNoUUID value wrapper.
applicationIdNoUUID value wrapper.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds the behavior that this retrieves a stored snapshot rather than computing a live clearance, but it does not disclose what happens when no snapshot exists or how the stored report was produced.

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 one short sentence with no filler and the core action appears early. It is concise, though the brevity leaves some contextual gaps in other dimensions.

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 read-only getter with output schema present, the core purpose is adequately represented. However, it lacks guidance on parameter usage and on the relationship to trademark_run_clearance, so an agent may not know exactly when the report is available or how to choose between reportId and applicationId.

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?

The schema has 100% description coverage, so the baseline of 3 applies even though the parameter texts are tautological ('UUID value wrapper'). The description adds no explanation of the relationship between reportId and applicationId, or when each should be supplied.

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

Purpose4/5

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

The description says 'returns a stored clearance snapshot,' which names the resource (a clearance report) and the retrieval action. The qualifier 'stored' signals this is a read of an existing snapshot, which distinguishes it from trademark_run_clearance, though it does not explicitly name that sibling.

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?

No explicit guidance is given about when to call this tool versus trademark_run_clearance, trademark_get_application, or other trademark tools. The word 'stored' implies the clearance was run previously, but no when-to-use or when-not-to-use guidance is stated.

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.