Skip to main content
Glama
WhyFaust

Faust Threads MCP

by WhyFaust

threads_latest_posts

Fetch real-time Threads posts with cursor pagination. Specify limit and pages to retrieve current content for analysis or monitoring.

Instructions

Fetch real latest posts with cursor pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
pagesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does disclose a meaningful behavioral trait ('cursor pagination') and indicates a read-only operation via 'Fetch', but it omits details like ordering, rate limits, authentication needs, or how the cursor is managed.

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 a single, front-loaded sentence with no extraneous detail. It is concise and readable, though 'real' adds minor ambiguity without clear value.

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?

For a paginated list tool with no output schema and no annotations, the description is too thin. It does not cover return format, pagination semantics, or cursor handling, which are important for an agent to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to clarify the two parameters but does not. 'limit' and 'pages' are self-explanatory at a surface level, but the description does not explain how they interact with cursor pagination or what behavior 'pages' implies.

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 ('Fetch'), a clear resource ('real latest posts'), and a distinguishing mechanism ('cursor pagination'). It clearly separates this read tool from the sibling publish and insights tools, though 'real' is slightly ambiguous.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus the sibling tools. The name and description imply it is for retrieving recent posts, but there are no explicit conditions, exclusions, or alternative suggestions.

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