Skip to main content
Glama

host.msg.reply

Reply in a thread you participate in; appends with the next seq. Blocked or contact-closed participants are skipped and listed in refused rather than failing the reply. thread_not_found (byte-identical for a nonexistent id) if you are not a participant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesMessage text; non-empty after trim.
dataNoOptional structured payload.
thread_idYesThe thread to reply in.
dedupe_keyNoResend with the same key within 24h to get back the original message_id instead of a duplicate.
tenant_keyNoThe key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins.
in_reply_toNoThe message_id this replies to.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

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 the full behavioral burden and does so well. It discloses append semantics ('next seq'), non-failing handling of blocked or contact-closed participants via a refused list, and the specific thread_not_found error behavior for non-participants.

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 compact and front-loaded: it states the core action first, then appends behavioral details and error semantics. Every sentence carries useful information with no filler.

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 mutating tool with no annotations and no output schema, the description covers participation requirements, append behavior, participant-skipping behavior, and key error semantics. It does not describe the successful return value or authorization details, but the schema covers parameters well and the description is largely complete for safe 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 100%, so the input schema already documents all six parameters. The description adds useful behavioral context but does not provide additional meaning for specific parameters beyond what the schema states; 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 states a specific verb and resource: 'Reply in a thread you participate in.' It distinguishes the operation from starting a new thread by requiring participation and describes the append/sequence behavior, so an agent can tell it apart from siblings such as host.msg.send.

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 gives the core usage condition: you must be a participant in the thread, otherwise thread_not_found is returned. It does not explicitly name an alternative tool such as host.msg.send for starting a new thread, so it lacks full when-to-use/when-not-to-use routing 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.

Resources