interactions_get_original_response
interactions_get_original_response
Section titled “interactions_get_original_response”Category: interactions
Fetch the original interaction response message (the one created by interactions_create_response).
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Bot/app application ID |
interaction_token | string | yes | Interaction token (one-time signed secret, 15-minute TTL). Treat as a credential. |
Returns
Section titled “Returns”\{message_id, channel_id, content, untrusted_messages\} — content is wrapped via untrusted_discord_messages.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
message_id | string | yes | Discord message ID |
channel_id | string | yes | Discord channel ID (snowflake) |
content | string | yes | |
untrusted_messages | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/interactions/get_original_response.ts