Skip to main content
Glama
karbassi

slack-mcp

by karbassi

files_complete_upload_external

Finalize external file uploads using IDs from getUploadURLExternal, and optionally share them in a Slack channel with a message or as a thread reply.

Instructions

Complete an upload external process.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesYesFile objects to finalize, each with an ``id`` from ``files.getUploadURLExternal`` and optional ``title``.
thread_tsNoTimestamp of the parent message to share the files into as a thread reply (e.g. ``1700000000.00``).
channel_idNoID of the channel to share the uploaded files into (e.g. ``C0123``).
initial_commentNoMessage text to post alongside the shared files.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, and the description fails to disclose critical behavioral details such as whether the operation is idempotent, what happens if called without prior upload initiation, or any side effects. This is insufficient for a mutation tool.

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 a single, concise sentence without extraneous words. However, it sacrifices informativeness for brevity; a slightly longer description could improve clarity without being verbose.

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?

Given the tool has 4 parameters, an output schema, and is part of a multi-step upload process, the description lacks context about the workflow (e.g., prerequisite files_get_upload_url_external) and does not mention the output. The schema provides parameter details, but the tool's role is underspecified.

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%, with clear parameter descriptions in the schema (e.g., files parameter explains it uses id from files.getUploadURLExternal). The tool description adds no additional parameter meaning beyond the schema, so the baseline score of 3 is appropriate.

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

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool completes an upload external process, which indicates a finalization step. However, it is vague—does not specify what 'external process' entails or how it relates to the upload workflow, and it doesn't differentiate from sibling tools like files_get_upload_url_external.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not mention that this tool should be used after files_get_upload_url_external, nor does it specify when not to use it or alternatives.

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/karbassi/slack-mcp'

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