Skip to main content
Glama
cappyeo

discord-mcp

interactions_edit_followup

Idempotent

Edit a previously sent Discord follow-up message using its message ID, application ID, and interaction token. Modify content, embeds, components, or attachments in one request.

Instructions

Purpose: Edit a follow-up message.

Auth: token-secured (NO bot token).

Body mirrors webhook execute body.

Returns: {message_id, channel_id}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pollNo
flagsNo
embedsNo
contentNo
componentsNo
message_idYesFollow-up message id
attachmentsNo
payload_jsonNo
application_idYesBot/app application ID
allowed_mentionsNo
interaction_tokenYesScoped interaction credential, reusable for follow-ups for up to 15 minutes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds valuable behavioral context beyond the annotations: auth requirements ('token-secured (NO bot token)'), body semantics ('mirrors webhook execute body'), and return value ('{message_id, channel_id}'). This supplements the idempotentHint and readOnlyHint annotations without contradicting them.

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 extremely concise and well-structured with labeled sections (Purpose, Auth, Body, Returns). Every line adds distinct value with no filler or repetition.

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?

The description covers the essential purpose, auth, body reference, and return shape, which is helpful for a complex 11-parameter tool. However, it omits usage guidelines and detailed parameter semantics, leaving gaps that an agent must resolve by referencing webhook execute schema or sibling tools.

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

Parameters2/5

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

Schema description coverage is only 27%, and the description does not explain individual parameters beyond referencing 'webhook execute body'. While this hint is useful, it lacks concrete details for the 11 parameters, especially for an agent not deeply familiar with Discord's webhook execute format.

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 'Edit a follow-up message' with a specific verb and resource. It distinguishes itself from sibling tools like interactions_edit_original_response and messages_edit by explicitly targeting follow-up messages.

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 explicit usage guidance or comparison to alternatives is provided. The description does not mention when to use this tool instead of interactions_edit_original_response or webhooks_edit_message, making it hard for an agent to select between similar edit tools.

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/cappyeo/discord-mcp'

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