Skip to main content
Glama
kinhunt

twitterapi-mcp

by kinhunt

get_user_following

Retrieve the list of Twitter accounts a specific user follows. Provide a username and optional count (up to 100) to get the following list.

Instructions

Get users that a specific user is following

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of following to retrieve (default: 20, max: 100)
usernameYesTwitter username (without @)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the action ('Get users') without mentioning ordering, pagination behavior, rate limits, authorization requirements, or whether the response contains full user objects. The description adds no behavioral detail beyond the tool's basic purpose.

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, direct sentence with no wasted words. It is not padded, but it is very brief; this makes it concise rather than appropriately detailed for more complex use cases, so a slight deduction from the top is warranted.

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 tool with no output schema and no annotations, the description does not explain what the returned data looks like or how pagination via 'count' behaves. It also fails to distinguish itself from get_user_followers, making the overall context incomplete for an agent deciding whether this tool fits the task.

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 'username' and 'count' already described in the schema. The description does not add any additional meaning about parameters, so the baseline of 3 is appropriate—the schema does the heavy lifting and the description is not required to compensate.

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 uses a specific action ('Get') and a clear resource ('users that a specific user is following'), so an agent can understand the basic operation. However, it does not explicitly differentiate from the sibling tool get_user_followers, relying on the tool name to disambiguate the direction of the relationship.

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 given on when to choose this tool over alternatives. The sibling list includes get_user_followers, and the description does not mention that get_user_following is for the 'following' direction while get_user_followers is for the reverse, leaving selection partially to inference.

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

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/kinhunt/twitterapi-mcp'

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