Skip to main content
Glama
adhdvital

Enterprise Threads MCP Server

by adhdvital

get_post_likes

Retrieve users who liked a specific Threads post by providing the post ID, with an optional limit on the number of likes returned.

Instructions

Get list of users who liked a post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of likes to retrieve
post_idYesID of the post to get likes for
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 clearly states the read operation but does not disclose details such as authentication requirements, response format, or pagination behavior. It is not misleading, but it adds no behavioral context beyond the basic operation.

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, concise sentence: "Get list of users who liked a post." It contains no filler words and effectively communicates the tool's purpose.

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?

The tool is a simple retrieval operation with a low complexity. The description adequately explains the purpose, and the schema documents both parameters. The absence of an output schema is compensated by the straightforward nature of the task, making the description sufficiently complete.

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?

The input schema covers 100% of parameters with descriptions: post_id as 'ID of the post to get likes for' and limit as 'Number of likes to retrieve'. The tool description adds no extra parameter information, which is acceptable given the high schema coverage.

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 "Get list of users who liked a post" uses a specific verb and resource, making it clear what the tool does. It distinguishes itself from sibling tools like like_post, unlike_post, and get_user_followers by uniquely focusing on retrieving the list of users who liked a specific post.

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 provides no explicit when-to-use guidance or alternatives. The use case is implied by the tool's unique purpose among siblings, but there is no mention of when to prefer this over other tools or any prerequisites.

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/adhdvital/threads-mcp-fork'

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