discord_get_forum_post
Retrieve detailed information about a specific forum post, including its messages, by providing the thread ID. Ideal for managing and analyzing Discord forum content efficiently.
Instructions
Retrieves details about a forum post including its messages
Input Schema
Name | Required | Description | Default |
---|---|---|---|
threadId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"type": "object"
}