Skip to main content
Glama
AnswerDotAI

cordslite-mcp

Official
by AnswerDotAI

channel_search

Search messages in a specific channel or thread with filters for text, date, author, or content type. Returns newest results first.

Instructions

Search one channel's or thread's messages, newest first

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasNoOnly messages with this kind of content: file, image, video, link, embed, sound, or sticker
afterNoOnly messages after this date, YYYY-MM-DD
limitNoMessages to return, at most 500
beforeNoOnly messages before this date, YYYY-MM-DD
contentNoText to search for
author_idNoOnly messages by this user id; `find_member` resolves a name to an id
channel_idYesChannel or thread id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does add the useful ordering behavior ('newest first'), but it does not mention what a search returns, how pagination works, whether access restrictions apply, or any side effects. For a no-annotation tool, this is a significant transparency gap.

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 a single focused sentence with no filler. The core scope is front-loaded, and the ordering behavior is stated efficiently. It is concise without being merely a tautology.

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

Completeness2/5

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

Although the schema thoroughly documents parameters, the description offers no output format information, no usage context relative to sibling tools, and no behavioral details beyond ordering. For a 7-parameter tool with no annotations and no output schema, the definition is too thin to fully guide correct invocation.

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 description coverage is 100%, and the description adds no parameter-specific meaning beyond that. The baseline of 3 applies because the schema already documents every parameter and its constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Search') and resource ('one channel's or thread's messages'), and also conveys the sort order ('newest first'). It is clear about scope, but it does not explicitly differentiate itself from siblings like channel_messages or dm_search.

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

Usage Guidelines3/5

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

The phrase 'one channel's or thread's messages' implies the tool is for scoped message search rather than guild-wide or DM search, but the description gives no explicit when-to-use guidance, exclusions, or named alternatives. Usage must be inferred from the wording and sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.