Skip to main content
Glama
cappyeo

discord-mcp

webhooks_modify

Idempotent

Update a Discord webhook's name, avatar, or target channel. Returns the modified webhook record without the token, with fenced untrusted name.

Instructions

Purpose: Update a webhook (rename, re-avatar, move to a different channel).

When to use:

  • Change the channel a webhook posts to (channel_id) - only available on the bot-auth path.

Returns: Updated webhook record without a token. name remains raw creator-controlled data; untrusted_name provides a separately fenced copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew display name
avatarNobase64-encoded image data URI for the avatar, or null to clear
channel_idNoMove the webhook to this channel
webhook_idYesWebhook to modify
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds useful context beyond annotations: the returned webhook record lacks a token, and 'name' remains raw creator-controlled data while 'untrusted_name' is a fenced copy. This alerts the agent to security considerations. No contradiction with annotations; readonly=false, idempotent=true, destructive=false align with an update operation.

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?

The description is highly concise and well-structured with Purpose, When to use, and Returns sections. Every sentence adds value; no redundancy or fluff. Front-loaded with the core purpose.

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?

Given a simple modification tool with an output schema and 100% parameter coverage, the description covers purpose, a key usage scenario, and return behavior. It could be more complete by explicitly contrasting with webhooks_modify_with_token, but the provided information is sufficient for correct tool selection and invocation in most cases.

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

Parameters3/5

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

Schema coverage is 100%, so parameters are well-documented. The description adds a small amount of extra meaning, e.g., channel_id is bot-auth only. This is helpful but not crucial; most parameter meaning comes from the schema itself.

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?

The description clearly states the tool updates a webhook, specifying the concrete actions (rename, re-avatar, move to a different channel). It distinguishes itself from siblings by noting the channel_id change is only available on the bot-auth path, which differentiates from webhooks_modify_with_token.

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?

A 'When to use' section is present, giving a specific scenario: changing the channel. However, it does not explicitly mention alternatives or when to use the token-based sibling. The guidance is clear for one case but lacks comprehensive when-to-use/not-use coverage.

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

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