Skip to main content
Glama

Check for a reply to an earlier ask / request_ack (non-blocking by default)

check_reply

Check if a human replied to a prior question or acknowledgment. Pass the message_id from an ask or request_ack call to get the response; set wait_seconds to long-poll for a brief period.

Instructions

Look up whether the human has replied to a question or ack you sent earlier — use it to resume after ask/request_ack returned a timeout, or after your client cancelled the blocking call. Pass the message_id (and topic) you got back from that call. Returns immediately by default; set wait_seconds to briefly long-poll. Returns { responded, value?, replied_at? } — value is "yes"/"no" (a yes/no question) or "ack". For an approval gate, only proceed when value === "yes". Replies are kept only ~30 minutes after the original message was sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoTopic the original message was sent to. Pass it explicitly when you passed one on the original call; otherwise it falls back to the same default (`.blipr-topic` file, then the BLIPR_TOPIC env var).
message_idYesThe message_id returned by a prior ask / request_ack call.
wait_secondsNoSeconds to long-poll for an answer (0 = instant check; default 0).
Behavior5/5

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

No annotations provided, so description fully carries the burden. Discloses non-blocking default behavior, immediate return vs long-polling via wait_seconds, return object format, and 30-minute reply retention. No contradictions.

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?

Single well-structured paragraph that starts with purpose, then usage, then parameter details, then return value and retention. Every sentence provides necessary information without fluff.

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?

Given no annotations or output schema, description is thorough. Covers parameters, return format, retention, and usage. Minor gap: no mention of error cases or null fields, but not critical for this simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all three parameters with descriptions. Description adds value: explains that message_id comes from prior calls, topic defaults to file/env var, and clarifies when to pass topic explicitly. Exceeds baseline of 3.

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?

Clearly states the tool checks for replies to a prior ask/request_ack. Distinguishes from siblings by specifying its role as a follow-up to timeouts or cancellations, complementing send_alert, send_critical, ask, and request_ack.

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?

Explicitly describes when to use: after a timeout from ask/request_ack or after client cancellation. Provides guidance on interpreting the response for approval gates. Lacks explicit 'when not to use' but context is sufficient.

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/applogico/blipr-mcp'

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