Skip to main content
Glama
AgentTanuki

Agent Guild

Verify endpoint evidence (free)

guild_evidence_verify
Read-onlyIdempotent

Verify a Guild-issued evidence bundle by checking signatures and inclusion against expected endpoint and audience. Note that validity does not guarantee truth or safety; retain the bundle for offline verification with standalone tools.

Instructions

FREE. Check a Guild-issued evidence bundle, including historical issuers.

Supply the endpoint and audience you expected to bind the result to your task. Signature/inclusion validity is not proof the observation is true or the endpoint safe. For verification independent of this server's availability, retain the bundle and use the standalone Python or Node verifier offline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleYes
expected_audienceNo
expected_endpointNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.7.0

TDQS

B3.3/5.0
Behavior4/5

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

The annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds a valuable caveat that signature/inclusion validity does not prove observation truth or endpoint safety, which helps set expectations beyond the annotations.

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 brief and front-loaded, with no filler. It could be slightly tighter by removing 'FREE' since the title already states free, but overall it is efficient.

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

Completeness2/5

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

While an output schema exists, the description does not explain what the response contains, possible error conditions, or how the bundle and expected values interact. Given the nested object parameter and verification context, more guidance is needed for complete usage.

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 coverage is 0%, and the description only loosely references 'endpoint and audience'. It does not explain the 'bundle' parameter, the meaning of null defaults for expected_audience and expected_endpoint, or expected formats, leaving significant ambiguity.

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 clearly identifies the action ('Check') and the resource ('Guild-issued evidence bundle'), including historical issuers. It is sufficiently specific to distinguish from general-purpose tools, though it could more explicitly contrast with sibling verification tools.

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 advises supplying endpoint and audience and mentions using the offline standalone verifier for independent verification. However, it does not explicitly state when to use this tool over sibling verification tools like guild_verify or guild_envelope_verify.

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

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/AgentTanuki/agent-guild'

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