Skip to main content
Glama

guild_envelope_issue

PAID. Seal one exact machine message or economic intent.

The payload stays between you and the recipient; pass only its SHA-256. A valid agent-guild/caller-proof/v1 in this tools/call's _meta is required and binds your did:key as sender. The result is Guild-signed, portable and offline-verifiable. AG attests integrity, sender authentication and issue time — never payload truth, recipient acceptance or settlement.

Kinds: message, intent, offer, acceptance, delegation, authorization, delivery, receipt, revocation. Use guild_envelope_verify for free checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
nonceYes
valueNo
api_keyNo
reply_toNo
resourceNo
recipientYes
ttl_secondsNo
payload_sha256Yes
message_contextNo
constraints_sha256No
payload_media_typeNo

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 burden and excels: it discloses that the payload is never sent (only SHA-256), requires a valid agent-guild/caller-proof/v1, and explicitly lists attestation boundaries (integrity, sender auth, issue time—not payload truth, recipient acceptance, or settlement). This is rich behavioral disclosure.

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?

Every sentence earns its place. The description is front-loaded with 'PAID' and purpose, followed by concise behavioral rules, limits, kinds, and an alternative. No fluff or repetition.

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 covers the core context: purpose, payment, security model, attestation limits, and alternative tool. An output schema exists, so return values don't need explanation. However, parameter semantics are incomplete, and prerequisites for obtaining/using the caller-proof are not detailed, leaving some gaps for a paid tool with this complexity.

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%, so the description must compensate. It clarifies payload_sha256 (hash of payload), recipient, and kind (via listed kinds), but leaves many parameters unexplained: nonce, value, reply_to, resource, ttl_seconds, message_context, constraints_sha256, payload_media_type, and api_key. With 12 parameters, this is insufficient for correct invocation.

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 opens with 'Seal one exact machine message or economic intent,' providing a specific verb and resource. It clearly differentiates from sibling tools by explicitly directing users to guild_envelope_verify for free checks.

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?

States the tool is 'PAID' and gives an explicit alternative: 'Use guild_envelope_verify for free checks.' Also provides usage context by listing allowed kinds and explaining the requirement for a caller-proof, giving clear when-to-use guidance.

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.