Skip to main content
Glama
Gareth1953

agent-services-mcp

by Gareth1953

Verify a quality score receipt

verify_quality

Verify a quality score receipt by re-hashing content and checking the Ed25519 signature, ensuring the score is genuine and unaltered. Returns valid status.

Instructions

Verify a quality score receipt against its content via quality-gate. Re-hashes the content and checks the Ed25519 signature, which covers the score itself — so a forged or altered score fails. Returns { valid, details }. Free. A 200 response means verification ran — always read valid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe content the score receipt was issued for.
receiptYesA quality score receipt as returned by score_quality.
Behavior5/5

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

Despite no annotations, the description fully discloses the verification process: re-hashing content, checking Ed25519 signature, handling forged/altered scores, return format ({valid, details}), cost (free), and HTTP response interpretation (200 means ran, always read 'valid'). No contradictions.

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?

Three sentences, each purposeful. Front-loaded with the core purpose, then technical details, then practical usage note. No unnecessary words.

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?

For a verification tool with no output schema, the description covers the return shape, HTTP response nuance, cost, and security mechanism. It is complete and self-contained.

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%, so baseline is 3. The description adds value by explaining that receipt comes from 'score_quality' and detailing the verification mechanism, going beyond the schema's basic property descriptions.

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 verifies a quality score receipt against its content using a quality-gate, with specific details about re-hashing and Ed25519 signature checking. It distinguishes from sibling tools like verify_provenance by focusing on quality scores.

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?

The description provides some context (e.g., free, 200 response meaning) but does not explicitly state when to use this tool over alternatives like verify_provenance. No exclusions or alternate tool mentions are given.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gareth1953/agent-services-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server