Skip to main content
Glama
cappyeo

discord-mcp

interactions_get_original_response

Read-onlyIdempotent

Fetch the original Discord interaction response message using application ID and interaction token. Returns message ID, channel ID, content, and a fenced copy for safe handling.

Instructions

Purpose: Fetch the original interaction response message (the one created by interactions_create_response).

Auth: token-secured (NO bot token).

Returns: {message_id, channel_id, content, untrusted_messages}. content remains raw Discord data; untrusted_messages provides a separately fenced copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
application_idYesBot/app application ID
interaction_tokenYesScoped interaction credential, reusable for follow-ups for up to 15 minutes. Treat as a credential.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description adds valuable behavioral context: it specifies token-secured auth with NO bot token, and details the return format including the raw content vs separately fenced `untrusted_messages`. This goes beyond what annotations provide.

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 remarkably concise and well-structured with bolded labels (Purpose, Auth, Returns). Every section delivers necessary information without fluff or redundancy.

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?

For a simple read operation, the description is quite complete: it explains the purpose, auth requirements, and return format. It could mention error scenarios or prerequisites (like needing to have created a response first), but these are minor gaps given the strong schema and annotations.

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 schema already provides 100% coverage with detailed descriptions for both parameters (application ID and interaction token as a scoped credential). The description does not add additional parameter semantics, so the baseline of 3 applies.

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 fetches the original interaction response message created by `interactions_create_response`. This specific verb+resource combination with the reference to the creating function distinguishes it from follow-up retrieval tools.

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

Usage Guidelines3/5

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

The description implies when to use the tool (to retrieve the original response), but it does not explicitly state when not to use it (e.g., for follow-ups) or name alternatives like `interactions_get_followup`. Usage context is clear but exclusionary guidance is missing.

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