Skip to main content
Glama
adhdvital

Enterprise Threads MCP Server

by adhdvital

get_user_followers

Retrieve a list of followers for a specified user or the current user, with an option to limit the number of results.

Instructions

Get followers list for a user

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of followers to retrieve
user_idNoUser ID to get followers for (defaults to current user)
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. The verb 'get' implies a read-only operation, but no additional details are given about rate limits, pagination, ordering, or side effects. For a simple list retrieval, this is adequate but minimal.

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 unnecessary words. It efficiently communicates the tool's purpose without redundancy.

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 list-retrieval tool with two optional parameters and no output schema, the description is largely sufficient. It clearly states what is returned (followers list) and the intended target (a user). However, it could be slightly more complete by mentioning defaults or pagination, though the schema partially covers this.

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 100%, as both 'limit' and 'user_id' have descriptive text. The tool description adds no extra meaning beyond the schema, so the baseline of 3 is appropriate.

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 followers list for a user' uses a specific verb ('Get') and resource ('followers list'), clearly distinguishing it from sibling tools like get_user_following, which retrieves a following list. The scope 'for a user' further clarifies that it can target any user, not just the current one.

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 alternatives such as get_user_following or search_users. The description does not mention exclusions, prerequisites, or comparison with sibling tools, leaving the agent to infer usage solely from the name.

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