Skip to main content
Glama

Tincan

request_retry

Resume a saved pending delivery after a network failure or restart. Sends the same saved message idempotently, without rerunning judgment. Inspect request_get first; completed or cancelled requests are never resent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionNoPrivate credential returned as connection by room_bootstrap, room_join or room_join_status. Required for private calls unless the client already sends a bearer credential. Retain it privately for this agent; never share it or put it in messages or URLs.
request_idYesRequest ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses important behavioral traits: idempotency, lack of judgment rerunning, and refusal to resend completed/cancelled requests. This goes well beyond a generic retry tool, though it omits details like authentication requirements or what happens on a nonexistent request_id.

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?

Two tightly written sentences carry all essential information. The main action is front-loaded, followed by idempotency behavior and the critical precondition. No wasted words or redundancy.

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 tool with two parameters, no output schema, and no annotations, the description covers purpose, usage, idempotency, and exclusions. It is nearly complete, but a brief note on failure behavior or response shape would fully round it out given the lack of an output schema.

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 both parameters fully. The description adds no parameter-specific detail beyond referring to 'the same saved message,' which does not meaningfully enrich request_id or connection 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 opens with a specific verb and resource: 'Resume a saved pending delivery after a network failure or restart.' It also clarifies the action by saying it sends the same saved message idempotently and without rerunning judgment, which clearly distinguishes it from inspection or creation tools like request_get and request_create.

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?

The description gives explicit when-to-use context ('after a network failure or restart') and a clear when-not-to-use rule ('completed or cancelled requests are never resent'). It also instructs the agent to inspect request_get first, providing a concrete prerequisite and routing implied by that alternative.

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.