Get Pinned Messages
discord_get_pinned_messagesRetrieve all pinned messages from a Discord channel by providing its ID, with options for markdown or JSON output.
Instructions
Get all pinned messages in a channel.
Args:
channel_id (string): Discord channel ID
response_format ('markdown' | 'json'): Output format (default: 'json')
Returns: List of pinned messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Discord channel ID (snowflake) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | json |