Skip to main content
Glama
cappyeo

discord-mcp

intelligence_extract_entities

Read-onlyIdempotent

Extract decisions, action items, dates, mentions, URLs, and code from recent Discord messages to create meeting recaps, audit logs, or weekly digests.

Instructions

Purpose: Pull structured entities (decisions, action items, dates, mentions, URLs, code) from recent Discord messages using the client's LLM.

When to use: post-meeting recap, audit log of decisions, weekly digest builder.

Returns: {entities:[{type, value, source_message_id?, context?}], count, sampling_used}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMessages to scan (5-100, default 50)
channel_idYesChannel to scan
entity_typesNoEntity types to extract

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive. The description adds value by noting the use of the client's LLM and by including 'sampling_used' in the return shape, which hints that sampling may occur for large inputs. This provides behavioral context beyond the annotations without contradiction.

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 compact, well-structured with bold labels (Purpose, When to use, Returns), and front-loaded with the core purpose. Every sentence provides useful information without waste, making it easy for an agent to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, use cases, and return shape, and is supported by strong annotations and a complete schema with an output schema. It sufficiently explains the tool's role within the intelligence suite, so the agent can select and invoke it correctly. Minor omissions like explicit limitations are not necessary given the schema and annotations.

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 the schema fully documents all three parameters. The description lists entity types in the purpose, which overlaps with the schema's entity_types enum, but it does not add additional param-level semantics beyond the schema. 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 uses the specific verb 'Pull structured entities' and names the resource ('recent Discord messages') with concrete entity types (decisions, action items, dates, mentions, URLs, code). This clearly distinguishes it from sibling intelligence tools like summarize or classify, which serve different outcomes.

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 'When to use' section lists three concrete use cases (post-meeting recap, audit log of decisions, weekly digest builder), giving clear context for when the tool is appropriate. It does not explicitly mention alternatives or when not to use it, so it misses the top tier.

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