Skip to main content
Glama

Rewrite outgoing

rewrite_outgoing
Read-onlyIdempotent

Rewrite an outgoing message to a target register while preserving specified technical terms. Uses deterministic and LLM refinement for accurate tone adjustment.

Instructions

Rewrite an outgoing message toward a target register while preserving caller-named technical terms. The deterministic baseline applies register-specific surface transforms; the LLM refinement prompt produces a stronger rewrite while keeping the same preservation contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
target_registerYes
preserve_termsNo
channelNo
preserve_intentNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, but the description adds valuable behavioral context: it reveals a two-stage process (deterministic baseline + LLM refinement) and explicitly states the preservation contract for technical terms. No contradictions with annotations.

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 long with no redundant words. The first sentence immediately states the purpose and key constraints; the second adds implementation detail. Every sentence earns its place without waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the high-level behavior and process but lacks details on parameter semantics (e.g., what 'channel' is) and does not explain the register options. Since an output schema exists, return value details are likely covered, but the description still leaves some context incomplete.

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 only hints at the 'preserve_terms' parameter by mentioning 'preserving caller-named technical terms' and implies the 'target_register' enum values. Other parameters (text, channel, preserve_intent) are not explained, leaving significant gaps.

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 specific verbs ('rewrite') and resources ('outgoing message', 'target register', 'technical terms'), clearly defining the tool's core function. It distinguishes itself from sibling tools like 'translate_incoming' by focusing on register adaptation rather than language translation.

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?

No explicit guidance on when to use this tool versus alternatives is provided. The description does not mention when to choose this over sibling tools like 'translate_incoming' or 'brief_meeting', nor does it state any conditions or exclusions.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tlennon-ie/neurodock'

If you have feedback or need assistance with the MCP directory API, please join our Discord server