Skip to main content
Glama
cappyeo

discord-mcp

channels_follow_announcement

Cross-post messages from an announcement channel to a target channel automatically via webhook, enabling content mirroring between servers.

Instructions

Purpose: Cross-post messages from an announcement (news) channel into a target channel via a webhook.

When to use:

  • Mirror release announcements from a partner server into your own.

When NOT to use:

  • Source channel is not type 5 (GUILD_ANNOUNCEMENT) - Discord rejects.

Returns: {channel_id, webhook_id} (webhook_id is the auto-created delivery webhook on the target).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesSource announcement channel (the one to follow)
audit_reasonNoReason recorded in audit log (X-Audit-Log-Reason header)
webhook_channel_idYesTarget channel that receives the cross-posts

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark readOnlyHint=false and destructiveHint=false. The description adds behavioral context by disclosing that a delivery webhook is auto-created on the target and that Discord rejects non-announcement channels. This goes beyond the annotations without contradicting them.

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 concise, well-structured with clear labels (Purpose, When to use, When NOT to use, Returns), and avoids any redundant filler. Every sentence adds information.

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?

With an output schema present and annotations covering key behavioral flags, the description sufficiently covers purpose, usage conditions, return value, and a critical constraint. It could mention permissions or rate limits, but these are not essential given the existing structured data.

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% and each parameter already has a meaningful description (channel_id as source, webhook_channel_id as target, audit_reason as audit log reason). The tool description does not add further parameter-level detail beyond what the schema provides, so baseline 3 is appropriate.

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 states 'Cross-post messages from an announcement (news) channel into a target channel via a webhook,' which uses a specific verb, resource, and mechanism. This clearly distinguishes it from sibling tools like messages_crosspost or webhooks_create.

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?

The description includes explicit 'When to use' and 'When NOT to use' sections, with a concrete use case (mirroring release announcements) and a rejection condition (source not type 5). It does not explicitly name alternative tools, so it misses the full 5 criterion, but the guidance is clear and actionable.

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