discord_fetch_pinned_messages
Retrieve all pinned messages from a Discord channel to view their author, content, and timestamps. This read-only tool provides a clear snapshot of pinned content without altering channel state.
Instructions
List all pinned messages in a channel. Returns { messages: [...] } with id, author, content, timestamp, pinnedAt. Read-only. Use discord_pin_message to change which messages are pinned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread to list pins from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes |