Skip to main content
Glama
raditotev

AgentTrust

by raditotev

verify_attestation

Verify an attestation's signature, expiry, and revocation status. Returns validity, score snapshot, subject agent ID, and time remaining.

Instructions

Verify an attestation's signature, check expiry, and confirm it hasn't been revoked.

Returns validity status, the embedded score snapshot, subject agent_id, and time remaining until expiry.

No authentication required — attestations are designed to be portable and verifiable by any party without querying this service. This is by design: third parties can verify trust claims offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jwt_tokenYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses return values (validity status, score snapshot, agent_id, time remaining) and the stateless nature. Could mention error handling or if any side effects exist, but overall good.

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 concise sentences followed by a list of return fields. No fluff, information is front-loaded. Every sentence adds value.

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 simple 1-parameter tool with no output schema, the description explains all relevant aspects: purpose, return values, and authentication requirements. Complete and sufficient.

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

Parameters2/5

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

Schema description coverage is 0% and the description adds no detail about the jwt_token parameter beyond its name. It does not specify expected format, length, or encoding, leaving the agent to infer.

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 action (verify signature, check expiry, confirm not revoked) and resource (attestation). It distinguishes from siblings like 'check_trust' by focusing on attestation-specific operations.

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

Usage Guidelines5/5

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

Explicitly states 'No authentication required' and that attestations are portable and verifiable by any party offline. This tells agents when to use it and that it requires no service-dependent authorization.

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/raditotev/agent-trust'

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