Skip to main content
Glama
exileum

meta-mcp

threads_get_mentions

List Threads posts with @mentions of the authenticated user. Filter by dates and use pagination to browse results.

Instructions

List Threads posts where the authenticated user has been @mentioned. Requires the threads_manage_mentions permission. Posts from private profiles are excluded by the API. Without advanced access approval, only mentions from designated app testers are returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results
sinceNoStart Unix timestamp (must be >= 1688540400)
untilNoEnd Unix timestamp (must be <= now)
afterNoPagination cursor
Behavior4/5

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

With no annotations, description fully covers behavioral traits: permission needed, private profile exclusion, and limited access without advanced approval. This is thorough for a simple listing tool.

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?

Four short, focused sentences with no redundancy. Purpose is front-loaded. Every sentence adds unique value (purpose, permission, exclusion, access limitation).

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?

Given 4 parameters and no output schema, the description adequately covers purpose, permissions, and key constraints. Missing return format details but acceptable for a list endpoint.

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?

All four parameters have descriptions in the schema (100% coverage), so baseline is 3. The tool description adds no extra parameter semantics beyond what the schema already provides.

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?

Clearly states it lists Threads posts where the user is @mentioned. The verb 'List' and resource 'mentions' are specific. Distinguishes from sibling tools like threads_get_posts or ig_get_mentioned_comments, though no explicit comparison.

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?

Provides clear when-to-use context: retrieve mentions. Specifies required permission (threads_manage_mentions) and limitations (private profiles excluded, advanced access restrictions). No explicit when-not-to-use or alternatives, but sufficient for this tool.

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/exileum/meta-mcp'

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