Skip to main content
Glama

discord_update_forum_post

Idempotent

Update a Discord forum post's title, archive/lock status, or replace its tags. Only specified fields change; archiving closes the post without deletion.

Instructions

Update a forum post's title, archived/locked state, or applied tags. Only provided fields change; passing applied_tags replaces the post's tags. Set archived:true to close a post without deleting it. Requires the Manage Threads permission (or thread ownership).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesID (snowflake) of the forum post (thread) to update.
titleNoNew title/thread name (max 100 characters).
archivedNotrue to archive (close) the post, false to reopen it.
lockedNotrue to lock the post so only moderators can reply.
applied_tagsNoTag IDs to apply; replaces the post's current tags. Get valid IDs from discord_get_forum_tags.
Behavior4/5

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

Description adds important behavior beyond annotations: 'applied_tags replaces the post's tags' and 'archived:true to close without deleting'. Permissions context also disclosed. Annotations already indicate non-destructive, idempotent, open-world; description aligns and supplements.

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?

Three tightly written sentences, no wasted words. Front-loaded with primary purpose, then key behaviors, then prerequisite. Every sentence adds value.

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?

Covers main behavior, parameter effects, and permission requirements. Lacks return value description but acceptable given no output schema. Complete enough for a mutation tool with idempotent hint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all 5 params with descriptions (100% coverage). Description adds semantic nuance: 'Only provided fields change' and explains applied_tags replacement behavior, which goes beyond schema.

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?

Description clearly states the tool updates a forum post's title, archived/locked state, or applied tags. It distinguishes from create/delete siblings by focusing on modification.

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

Usage Guidelines4/5

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

Explicitly notes that only provided fields change, and gives specific guidance for archiving vs. deleting. Mentions permission requirement. Could be improved by noting when to use alternative tools like set_forum_tags.

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/PaSympa/discord-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server