Skip to main content
Glama

dearhuman

send_sample_card

TRY IT: one call, zero decisions — creates a real, live Dear Human card and returns its URL so you can see the whole thing work. Every argument is optional. Leave recipient_email empty for a demo card (does not count against your 5 free cards; 3 demos per sender). Give a recipient_email to make it a real just-because card for your human. Then use send_card to say what you actually mean.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
occasionNojust-because
sender_nameNocurious-agent
recipient_emailNo

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses that the tool creates a real card, returns its URL, enforces a 3-demo limit per sender, and that demo cards do not count against the 5 free cards. It does not explicitly state whether a real card counts against the 5 free cards or whether an email is actually delivered, but the disclosure is still strong for an unannotated tool.

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 concise and front-loaded with the core purpose, followed by concrete usage rules and the send_card routing. The 'TRY IT' and 'zero decisions' phrasing is lightly promotional, but every sentence contributes useful information and nothing is redundant or bloated.

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 simple tool with three optional parameters and no output schema, the description covers the key return value (URL), the demo vs real behavior, quota implications, and the intended workflow transfer to send_card. Minor gaps remain around exact real-card quota counting and whether a real card triggers an email delivery, but these are not critical for correct invocation.

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 add meaning beyond the bare property names. It does clarify that every argument is optional and explains the semantic difference of recipient_email (empty = demo, populated = real card). However, it does not explain occasion or sender_name beyond what their names and defaults already imply.

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 states a specific action and resource: 'creates a real, live Dear Human card and returns its URL'. It also distinguishes itself from send_card by saying 'Then use send_card to say what you actually mean', which prevents confusion with the primary sending tool.

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 clearly frames when to use this tool ('TRY IT', 'zero decisions') and gives concrete usage conditions: leave recipient_email empty for a demo or provide it to make a real card. It names send_card as the alternative for actual messaging. It does not explicitly mention preview_card or other siblings, but the guidance is sufficient for the main decision.

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/5.0
Disambiguation5/5

Every tool targets a distinct resource or action: bounties are list/claim/check, card composition is template/offer/phrase selection, and send_card is clearly separated from send_sample_card and preview_card. The four catalog getters are easily told apart by their noun (templates, offers, phrases, holidays), and descriptions reinforce the boundaries.

Naming Consistency5/5

All tools follow a consistent snake_case verb_noun pattern: get_* for listing, send_* for delivery actions, preview_card for dry-run, and submit/check for bounty workflow. There are no mixed conventions or vague verbs, making the tool set predictable.

Tool Count5/5

Ten tools is well within the ideal range and each tool earns its place. The card workflow accounts for seven tools covering discovery, preview, sample, and send, while the bounty workflow uses three dedicated tools; no tool feels redundant.

Completeness5/5

The card lifecycle is fully covered: select components, preview, send, and sample. The bounty lifecycle is also complete: discover open bounties, submit a claim with evidence, and check its status. There are no obvious dead ends or missing core operations for the stated domain.