Skip to main content
Glama
AgentTanuki

Agent Guild

guild_report

Submit a confidential safety incident and receive a signed hash receipt as proof. The write-only drop box keeps content undisclosed and never reveals other submissions.

Instructions

Submit a confidential safety incident and receive a signed hash receipt.

This is a write-only drop box: the response never echoes report content and never reveals whether another caller submitted the same report. Supply details (maximum 8 KiB) or content_sha256. The receipt proves only that Agent Guild received a report committing to its hash; it does not prove truth, novelty, routing or resolution. There is no agent-facing list, read, status or reply tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nonceNo
detailsNo
categoryYes
severityNounknown
task_refNo
mandate_refNo
content_sha256No

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

A4.3/5.0
Behavior5/5

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

The description is highly transparent about behavior: it never echoes report content, never reveals whether another caller submitted the same report, and clearly states that the receipt proves only receipt and hash commitment, not truth, novelty, routing, or resolution. This goes well beyond basic annotations.

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 compact, well-structured, and free of irrelevant content. Every sentence adds meaningful context about purpose, input expectations, or limitations.

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

Completeness4/5

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

The description is largely complete for a write-only submission tool: it explains input options, behavioral guarantees, and receipt limitations. The output schema is present, so output format does not need to be described. However, the lack of clarity around required and optional parameters keeps it from being fully complete.

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?

The schema provides no descriptions for the 7 parameters, and the tool description only clarifies 'details' (max 8 KiB) and 'content_sha256' as a hash alternative. The required 'category' parameter and optional fields like 'nonce', 'severity', 'task_ref', and 'mandate_ref' remain unexplained, leaving significant ambiguity.

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 ('Submit a confidential safety incident') and the expected result ('receive a signed hash receipt'). It also explicitly frames the tool as a write-only drop box, distinguishing it from read, status, or reply tools.

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 provides practical usage guidance by explaining that only 'details' or 'content_sha256' should be supplied, and by noting that no agent-facing list, read, status, or reply tool exists. It does not explicitly compare to sibling tools by name, but the guidance is sufficient for selection.

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