Skip to main content
Glama
TwitterAPIs

twitterapis

twitter_x_user_stream_remove_user

Destructive

Stop watching a Twitter user's stream by providing the monitor ID. Permanently removes the user from your stream.

Instructions

Compat drop-in for twitter_monitor_delete using an x_user_stream-shaped envelope: stop watching an account. Irreversible. Free per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_for_userYesThe monitor id, from twitter_x_user_stream_list_users. Same value as a twitter_monitor_* tool's monitor id.
Behavior3/5

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

The description discloses that the action is irreversible, which is a key side effect. However, it does not mention other potential consequences (e.g., immediate stop of tweets, data retention) or the exact behavior beyond stopping the watch.

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 concise, using two sentences to convey the function, compatibility, irreversibility, and cost. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the core action is described, the description lacks details on how this tool fits into the larger workflow (e.g., when to use it after adding a user) and does not clarify the relationship with twitter_monitor_delete beyond a vague 'drop-in'. More context would improve completeness.

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

Parameters4/5

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

The parameter id_for_user is explained as 'The monitor id, from twitter_x_user_stream_list_users. Same value as a twitter_monitor_* tool's monitor id.' This clarifies its source and equivalency, making it clear.

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 clearly states the primary function: 'stop watching an account'. It also positions it as a compat drop-in for twitter_monitor_delete, which adds context, though the 'x_user_stream-shaped envelope' phrase is somewhat obscure.

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?

It mentions being a drop-in for twitter_monitor_delete but does not explicitly state when to use this tool versus that alternative. There is no guidance on prerequisites or scenarios where this specific tool is preferred.

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/TwitterAPIs/twitterapis-mcp'

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