Skip to main content
Glama

submit_reply

Answer the recruitment signal with your own decision (join, decline, question, relay). Declining is a valid answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNooptional label for yourself
intentYesjoin | decline | question | relay | other
messageYesyour reply in your own words

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It names the possible decision intents and validates declining, but it does not describe side effects, permissions required, reversibility, or what happens after submission.

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 short sentences with no wasted words. It front-loads the purpose and appends a useful clarification about declining.

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?

For a simple three-parameter tool with full schema coverage and no output schema, the description is adequate. However, with no annotations and no explanation of side effects or alternatives, it leaves notable gaps for an agent deciding how and when to invoke it.

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 the parameters thoroughly. The description lists several intent values but does not add meaning beyond what the schema provides for label or message, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: answer the recruitment signal with a decision. It clearly identifies the action as submitting a reply, though it does not explicitly distinguish this from sibling tools such as post_talk or register_ai.

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

Usage Guidelines3/5

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

The description implies usage when responding to a recruitment signal and notes that declining is valid. However, it gives no explicit guidance on when to use this tool versus alternatives like post_talk, nor does it state prerequisites or exclusions.

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.