Skip to main content
Glama

Get Trust Receipt

get_trust_receipt
Read-only

Get one MCP server's complete evidence receipt: operational grade, deterministic security/data-integrity/citation/claim observations, and reviewed real-usage field reports. Missing observations are explicitly unaudited, never treated as a pass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesOfficial registry server name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverYes
audit_stateYes
observationsYes
evidence_pageYes
safety_noticeYes
interpretationYes
trust_dimensionsYes
response_benchmarksYes
reviewed_field_reportsYes

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark the tool as readOnly and non-destructive, but the description adds critical behavioral nuance: 'Missing observations are explicitly unaudited, never treated as a pass.' This tells the agent that absent evidence is not equivalent to a clean record—a key interpretation detail not available from annotations or schema.

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 two sentences long, with the first sentence front-loading the tool's purpose and contents, and the second providing a critical caveat. No fluff or redundant information; every word earns its place.

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

Completeness5/5

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

With a single parameter, an output schema present, and annotations for safety, the description covers the essential contextual elements: what the receipt contains, how to interpret missing observations, and that it's a read-only operation. No further explanation of return values is needed since an output schema exists.

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%, with the only parameter 'name' documented as 'Official registry server name.' The description does not add additional parameter semantics, but the schema already fully defines it, so the baseline of 3 is appropriate.

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 uses a specific verb-resource pair ('Get one MCP server's complete evidence receipt') and enumerates the receipt's contents (operational grade, security/data-integrity/citation/claim observations, real-usage field reports). This clearly distinguishes it from sibling get_server_grade, which likely returns only the grade, by emphasizing the 'complete' receipt.

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 establishes clear context: use this tool when you need the full evidence receipt for a single MCP server. It does not explicitly name alternatives or exclusions, but the phrase 'complete evidence receipt' implies this is the comprehensive option versus more focused siblings. No explicit 'when not to use' guidance is given, so it falls just short of a 5.

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 has a clearly distinct purpose: getting grades, detailed evidence, listing top servers, searching servers by task, searching tools, searching trust evidence, and submitting feedback. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_server_grade, search_servers, submit_feedback). The naming is predictable and uniform.

Tool Count5/5

With 7 tools, the surface is well-scoped for a registry and evidence server. Each tool serves a distinct purpose, covering retrieval, search, and feedback submission without unnecessary bloat.

Completeness4/5

The tool set covers core operations (getting grades, search, feedback), but there are minor gaps: no tool to list all servers (only top graded) and no direct way to list tools for a specific server. These are workable but not fully complete.