Skip to main content
Glama

guild_report

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

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries full responsibility and exceeds expectations: it discloses that the response never echoes report content, never reveals whether another caller submitted the same report, and that the receipt only proves receipt of a hash commitment, not truth, novelty, routing, or resolution. It also unambiguously states the tool is write-only with no list/read/status/reply capability.

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 and front-loaded with the core action. Every sentence earns its place: it delivers the purpose, write-only behavior, parameter constraints, and explicit exclusions without redundancy or filler.

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?

For a write-only reporting tool with no annotations, the description is largely complete: it covers safety, coding and behavior, parameter constraints, and explicitly lists what the tool does not do. The main gap is the lack of guidance on valid values for `category` and `severity`, though an output schema exists and defaults cover some ambiguity. Overall, an agent can invoke it correctly without major unknowns.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaningful constraints for `details` (maximum 8 KiB) and explains the role of `content_sha256` as the hash commitment that the receipt is tied to. However, five other parameters (`category`, `severity`, `nonce`, `task_ref`, `mandate_ref`) are left undefined; `category` is required but its allowed values or meaning are not described, leaving the agent to infer from the tool purpose.

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?

Description clearly states 'Submit a confidential safety incident and receive a signed hash receipt' – a specific verb and resource. It further distinguishes itself as a 'write-only drop box' and explicitly notes there is no list, read, status, or reply tool, which differentiates it from sibling tools like guild_search and guild_verify.

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 gives clear context for when to use it (submitting a confidential safety incident) and explicitly states what it is not (no agent-facing list, read, status, or reply tool). It explains the write-only nature and the limitation that the receipt does not prove truth or resolution. However, it does not name specific sibling alternatives or scenarios where another tool would be more appropriate.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Tools are grouped by prefix (ag_calc_, ag_data_, ag_json_, ag_table_, ag_text_), which helps disambiguate. However, some clusters like guild_search, guild_check, guild_risk_score, and guild_best_agent have overlapping goals (all find or evaluate agents), and guild_prove and guild_prove_verify are tightly coupled but distinct. Overall, most tools have clear purposes.

Naming Consistency4/5

The tools follow a consistent verb_noun or domain_verb pattern (e.g., ag_calc_stats, ag_data_dedupe, guild_search). The mix of ag_ and guild_ prefixes is slightly inconsistent, but within each group naming is uniform. No chaotic mixing of cases (all snake_case). Minor deduction for the split prefix.

Tool Count3/5

39 tools is on the high side for a single MCP server. While the tools are genuinely useful and cover distinct deterministic utilities plus guild trust operations, the count feels heavy. A more focused split (e.g., separate server for deterministic utilities vs. guild trust) could improve coherence.

Completeness5/5

The server covers a broad set of deterministic utilities (statistics, unit conversion, JSON, CSV, regex, date normalization) and a full trust/reputation workflow (register, search, check, risk score, escrow, attest, record, passport, verify, preflight). There are no obvious gaps: for the declared capabilities, the tool surface is comprehensive.