Skip to main content
Glama
baho0

capture-and-slack-mcp

by baho0

ask_review

Posts a follow-up question into a Slack review thread and waits for the reviewer's typed answer, then returns it. Prevents waiting for a reply in the terminal.

Instructions

Ask the reviewer a follow-up question IN SLACK and wait for their typed answer. Posts the question into the review thread and pings the channel so an away reviewer (watching Slack, not your terminal) actually sees it — ALWAYS use this instead of asking in the console. Returns the answer (status 'answered'), or 'still_awaiting' + ask_id on timeout; then keep waiting with wait_for_reply(review_id, since_ts=ask_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelNoThe channel/DM the review is in; defaults to SLACK_DEFAULT_CHANNEL.
questionYesThe question to ask the reviewer (e.g. 'Why did you reject — is the emboss too sharp, or the wrong face?').
review_idYesThe `review_id` of the thread to ask in (from send_to_slack).
poll_secondsNoSeconds between reply polls.
timeout_secondsNoMax seconds to block waiting for the answer before returning 'still_awaiting' + ask_id (kept under ~60s client limits).
Behavior5/5

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

With no annotations, the description thoroughly covers behavior: it posts to the review thread, pings the channel so away reviewers notice, blocks waiting for an answer, returns 'answered' with the answer or 'still_awaiting' with an ask_id on timeout, and includes polling and timeout mechanics. 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?

The description is two sentences with no fluff. The first sentence front-loads the core action, and the second adds necessary details about behavior and return values. Every sentence earns its place.

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?

The description covers the primary use case, return values (answer vs. still_awaiting), and the follow-up action (wait_for_reply). However, it omits error handling (e.g., invalid review_id) and does not detail the channel parameter's effect on pinging. Overall sufficient but not exhaustive.

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?

The input schema has 100% description coverage, so the baseline is 3. The description adds some context (e.g., explaining poll_seconds and timeout_seconds usage) but does not significantly enhance the already clear schema descriptions.

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 clearly states the tool asks a follow-up question in Slack and waits for an answer. It distinguishes itself from siblings like wait_for_reply and send_to_slack by specifying the exact mechanism (posting in thread, pinging channel) and noting that it blocks for a reply.

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 explicitly instructs to 'ALWAYS use this instead of asking in the console,' providing a clear when-to-use. It also mentions wait_for_reply as a follow-up step. However, it does not compare against other sibling tools like capture_window or check_review, leaving some ambiguity.

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/baho0/capture-and-slack-mcp'

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