Skip to main content
Glama
atrisorb
by atrisorb

discord_send_message

Send inline messages or share artifacts as Markdown files to a Discord channel in your connected server.

Instructions

Send to a Discord channel in your connected server. Provide exactly one of: content (inline text); handoff_id or insight_id (sends that artifact, rendered to Markdown, as a .md file attachment); or artifact (last_handoff / last_correlation / last_onboarding / last_architecture / last_release_notes, with project_id) to send the latest active artifact of that kind.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNoInline message text. Mutually exclusive with handoff_id / insight_id / artifact
artifactNoSend the latest active artifact of this kind. Requires project_id
channel_idYesDiscord channel id from discord_list_channels.
handoff_idNoId of a handoff (from list_handoffs) to render and attach as a .md file
insight_idNoId of an insight (from list_insights) to render and attach as a .md file
project_idNoProject UUID. Required only when artifact is set
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It explains that handoff and insight artifacts are rendered to Markdown and attached as .md files, which is a key behavioral detail. It does not cover error cases or side effects, but the core action is well described.

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 a single, well-structured paragraph. Every sentence adds essential information: purpose, parameter options with constraints, and artifact rendering details. No redundant or vague phrasing.

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 the tool has a moderate number of parameters (6) and no output schema, the description adequately covers input constraints and behavior. It could optionally mention return behavior (e.g., message ID or success status), but the current detail is sufficient for an AI agent to use the tool correctly.

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?

The input schema already provides descriptions for all 6 parameters (100% coverage), but the description adds significant value by clarifying the mutual exclusivity constraint and the specific rendering behavior for handoff/insight IDs. This goes beyond the schema's basic type/enum info.

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 uses a specific verb ('Send') and resource ('Discord channel'), and clearly delineates the different types of content that can be sent (inline text, handoff/insight artifacts, predefined artifact types). This distinguishes it clearly from sibling tools like discord_list_channels or generate_handoff.

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 states that exactly one of the four content options must be provided, which guides parameter selection. It also references related tools (handoff_id requires list_handoffs, artifact requires project_id). However, it does not explicitly mention when to use this tool over others, though the purpose is distinct enough.

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/atrisorb/flowrelay-mcp-server'

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