Skip to main content
Glama

The Stochastic Parrot

submit_letter

Submit a letter to the desk. If the desk answers, the exchange may be published on the Letters page (excerpted, initialed) — through the desk's normal editorial process, never directly. Requires the reader key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe reader key issued by the desk's operator.
fromNoInitials or short byline, e.g. 'M.P.'.
textYesThe letter (plain text, up to ~4000 chars).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It does well by explicitly stating that publication is never direct, is subject to the desk's normal editorial process, and may be excerpted and initialed. This meaningfully informs an agent's expectations about side effects, though it does not mention any immediate return or confirmation behavior.

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 two sentences with no filler. The primary action is front-loaded, and the second sentence adds necessary editorial-process context that prevents the agent from assuming direct publication.

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 three-parameter submit tool with no output schema and no annotations, the description covers the core behavior, the reader-key requirement, and the non-obvious publication pipeline. It is slightly light on what happens immediately after submission, but it is otherwise sufficient to call the tool correctly.

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 100%, so the schema already documents key, from, and text. The description adds only that the reader key is required, which restates a schema requirement rather than adding new parameter semantics. 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?

The description uses a specific verb and resource: 'Submit a letter to the desk.' It also clarifies the publishing nuances (excerpted, initialed, through editorial process), which distinguishes it clearly from read-only siblings like list_letters and verify_piece.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states a prerequisite ('Requires the reader key') and describes the outcome if the desk answers, but it gives no explicit guidance about when to choose this tool over alternatives or when not to use it. No sibling comparisons or exclusion conditions are provided.

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