Skip to main content
Glama
jors7

kadenzo-mcp

list_mentions

Retrieve social listening mentions about tracked keywords from platforms like Reddit, Bluesky, YouTube, Hacker News. Filter by platform, date, or unread status.

Instructions

Your social-listening mentions — who is talking about the keywords you track (reddit/bluesky/youtube/hackernews/…), newest first. Filter by platform, since (ISO), or unread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
sinceNoISO datetime; only mentions published after this.
offsetNo
unreadNo
platformNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses ordering (newest first) and filtering capabilities, but omits important behavioral details such as pagination (limit/offset behavior), error handling, data freshness, or any rate limits. This is insufficient for a listing tool with 5 parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, consisting of a single sentence with key details upfront. It is not verbose and each phrase adds value. However, it could be more structured (e.g., listing parameters explicitly).

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?

Given 5 parameters, no output schema, and low schema coverage, the description is incomplete. It does not mention the return format, pagination behavior, or what fields each mention contains. This leaves gaps for an AI agent to correctly invoke the tool.

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 only 20% (only 'since' described). The description adds meaning for platform, since, and unread parameters, but fails to explain limit and offset. This partially compensates for the schema gaps but not completely.

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 lists mentions from social listening, specifying sources (reddit, bluesky, youtube, etc.) and ordering (newest first). It distinguishes itself from sibling tools like list_accounts or get_post by focusing on 'mentions' rather than posts or accounts.

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 description mentions filtering options (platform, since, unread) indicating when to use these parameters, but does not explicitly state when not to use this tool or direct users to alternatives. The context is clear but lacks exclusions.

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/jors7/kadenzo-mcp'

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