intelligence_summarize_channel
intelligence_summarize_channel
Section titled “intelligence_summarize_channel”Category: intelligence
Summarize recent messages in a Discord channel using the client’s LLM (MCP sampling).
When to use
Section titled “When to use”“what was discussed in #X?”, “catch me up”, “TL;DR”.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Channel to summarize |
limit | integer | yes | Messages to consider (10-100, default 50) |
style | string | yes | Summary style |
Returns
Section titled “Returns”\{summary, key_topics, action_items, message_count_used, sampling_used\}. Server ships ZERO API keys — uses your client’s model.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
summary | string | yes | |
key_topics | array | yes | |
action_items | array | yes | |
message_count_used | number | yes | |
sampling_used | boolean | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | yes |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |
Source
Section titled “Source”packages/mcp-core/src/tools/intelligence/summarize_channel.ts