Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

threads_profile_posts

Get public posts from a Threads profile. Use the returned cursor to fetch additional pages.

Instructions

Retrieve public posts from a Threads profile. Returns public profile posts with an opaque continuation cursor when more posts are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNoOpaque cursor returned by the previous response
usernameYesThreads username
Behavior3/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. It discloses that only public posts are returned and that an opaque continuation cursor is used for pagination, which is useful. However, it omits details like pagination behavior (e.g., page size, ordering), whether reposts are included, or any access limitations beyond 'public'.

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, front-loaded sentence with no redundant words. It efficiently conveys the core action and the key pagination detail.

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?

For a simple two-parameter retrieval tool with no output schema, the description adequately explains the purpose and the cursor mechanism. It does not describe the shape of returned posts, but given the simplicity and the presence of sibling tools like threads_post that may cover post structure, this is sufficient.

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%, with both parameters documented. The description adds no extra meaning beyond the schema: it does not elaborate on the username format or cursor usage beyond what the schema already states. Baseline 3 applies.

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 a specific verb ('Retrieve') and resource ('public posts from a Threads profile'), clearly distinguishing it from siblings like threads_post (single post) or threads_search (search). It states exactly what the tool does.

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 implies usage for retrieving public posts from a profile, but does not explicitly state when to use this vs alternatives such as threads_profile, threads_post_replies, or x_profile_posts. No exclusion or alternative guidance is provided.

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/Crawlora-org/crawlora-mcp'

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