Skip to main content
Glama

Rattlesnakes By Mail: AI Crawler Field Guide

Submit A Note

submit_note

Submit a correction or note about a claim, an entity, or a question on Rattlesnakes By Mail. Requires a client token issued out of band by the publisher. Every note is stored as pending, and an editor reviews every pending note before publication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe note text, up to 2000 characters.
tokenYesA client token issued by Rattlesnakes By Mail.
target_idYesThe id or slug of the claim or entity, or the id or hash of the question, the note is about.
target_typeYesThe kind of record the note is about.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Discloses that every note is stored as pending and editor-reviewed before publication, which is crucial behavioral context beyond the annotations. The annotations only say readOnlyHint=false, but this description clarifies the asynchronous approval workflow.

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?

Two sentences with no fluff; the purpose and key constraint (token, pending state) are front-loaded. Slightly verbose with 'Rattlesnakes By Mail' repetition, but still efficient.

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?

Complete for a submission tool with full schema coverage and no output schema needed. It explains the validation context (editor review) and the token requirement, which are the key non-obvious aspects.

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?

The schema already provides 100% coverage of parameter descriptions, including enum values and formats. The description does not add new meaning beyond what the schema offers, so baseline 3 is appropriate.

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?

States a specific verb (submit) and resource (note about claim/entity/question), and explicitly distinguishes from siblings by naming the context (Rattlesnakes By Mail). The purpose is unmistakable and does not overlap with the other tools.

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?

Clearly states when to use (to submit a correction or note) and the prerequisite (client token issued out of band). It effectively signals that this is for user-generated content submission, not for querying or listing like siblings.

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.

Resources