Skip to main content
Glama
baho0

capture-and-slack-mcp

by baho0

send_to_slack

Post image files to Slack as a threaded review with optional title, status, checks, and links. Supports updating an existing review thread.

Instructions

Post one or more existing image files to Slack as a review. Posts a root anchor message (a Block Kit task card when title/status/checks/links are given) and threads the image(s) beneath it. Returns a JSON status including review_id (poll it with wait_for_review) and the Slack permalink(s). This is the primary tool: pair it with a repro/test that renders the result to a PNG.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linksNoName→URL link buttons on the card (e.g. {'Open mesh report':'https://...'}). Up to 5.
titleNoTask/review title: used as the Block Kit card header AND the file title in Slack. Defaults to each file's name.
checksNoName→value facts shown as card fields (e.g. {'volume Δ':'+2.1%','watertight':'yes','hausdorff':'0.03mm'}). Up to 10.
imagesYesAbsolute path(s) to image files (usually PNGs a repro/test rendered). Posted in order as ONE Slack message.
notifyNoWhen replying into an existing thread (thread_ts set), also broadcast the re-render back to the channel (🔁) so a watching reviewer is re-pinged. Ignored for a new review.
statusNoVerdict badge on the card: pass/fail/warn/error/info (e.g. from mesh-validator). Renders as ✅/❌/⚠️.
channelNoDestination: channel ID (C...), DM channel (D...), or user ID (U...) for a DM. Defaults to SLACK_DEFAULT_CHANNEL.
messageNoCaption shown with the upload (Slack initial_comment).
thread_tsNoReply into an existing review thread: pass the `review_id` returned by an earlier call (e.g. to post a re-render). Omit to start a new review thread.
echo_imageNoAlso return the posted image(s) so you can visually confirm exactly what was sent. Off by default to save tokens.
Behavior5/5

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

With no annotations provided, the description carries the full burden. It thoroughly discloses behaviors: posts a root anchor message (Block Kit task card when title/status/checks/links given), threads images, returns JSON with review_id and permalink, explains notify behavior (broadcasts to channel when replying), and default channel. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficient, with three sentences that front-load the main action and detail. Parentheticals add necessary context without being overly verbose. It avoids unnecessary words, though could be slightly more compact.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters, 1 required, and no output schema, the description is very complete. It explains the overall flow, return value structure (review_id and permalink), parameter usage for all key fields, and mentions polling with wait_for_review. It covers essential behavioral details for safe and effective use.

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 description coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema: e.g., title is 'used as the Block Kit card header AND the file title in Slack,' checks are 'Name→value facts shown as card fields,' images are 'Posted in order as ONE Slack message,' and notify is 'Ignored for a new review.' These details enhance understanding.

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 'Post one or more existing image files to Slack as a review.' It specifies the action (posting), resource (image files to Slack), and purpose (review). It also distinguishes from siblings by calling itself 'the primary tool' and noting the returned review_id can be polled with wait_for_review, setting it apart from other tools like ask_review or capture_window.

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 provides clear usage context: 'This is the primary tool: pair it with a repro/test that renders the result to a PNG.' It explains that it posts a root anchor message and threads images, and that the review_id can be polled. However, it does not explicitly state when not to use this tool or compare it directly to siblings, so it lacks exclusion guidance.

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