Skip to main content
Glama
raditotev

AgentTrust

by raditotev

list_my_attestations

Retrieve all active attestations issued to your agent identity, including validity details and score snapshots. Requires authentication.

Instructions

List your active (non-expired, non-revoked) attestations.

Returns all attestations issued for your agent identity that are still valid. Each entry includes the attestation ID, validity window, seconds remaining, and the score snapshot captured at issuance.

REQUIRES authentication (access_token or public_key_hex).

Example call: list_my_attestations(access_token="eyJ...")

Example response: { "agent_id": "550e8400-...", "attestations": [ { "attestation_id": "b1c2d3e4-...", "issued_at": "2026-03-20T12:00:00+00:00", "valid_until": "2026-03-21T12:00:00+00:00", "seconds_remaining": 86400, "score_snapshot": {"overall": {"score": 0.82, "confidence": 0.71}} } ], "count": 1 }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
access_tokenNo
public_key_hexNo
Behavior4/5

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

The description explains that only non-expired, non-revoked attestations are returned, provides example response fields, and notes authentication needs. It does not explicitly state it is read-only, but is strongly implied.

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 concise, front-loaded with purpose, and includes a clear example call and response without extraneous information.

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 list tool with two parameters and no output schema, the description provides a full example response and covers authentication and result semantics, making it complete.

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 0% description coverage, but the description compensates by stating that authentication requires at least one of access_token or public_key_hex. However, it does not elaborate on parameter formats or generation.

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 verb 'list' and the resource 'your active attestations', and distinguishes it from siblings like issue_attestation and verify_attestation.

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 specifies the context (listing one's own active attestations) and authentication requirement, but does not explicitly mention when not to use it or compare with alternatives.

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