Skip to main content
Glama
IvanBBaev
by IvanBBaev

x_list_update

Update an X (Twitter) list's name, description, or privacy setting. Provide the list ID and at least one field to change; only specified fields are modified.

Instructions

X (Twitter): update the authenticated user's own list metadata — name, description, and/or private. At least one field must be provided; only the provided fields change. (disabled by policy read-only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoList name (1-25 characters).
list_idYesTarget list: a numeric list id or a list URL (e.g. https://x.com/i/lists/123).
privateNoWhether the list is private (visible only to its owner).
descriptionNoList description (up to 100 characters).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
summaryNo
Behavior4/5

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

Beyond the annotations, it discloses partial-update behavior ('only the provided fields change'), ownership/auth scope ('authenticated user's own'), and the policy caveat that the tool is disabled under read-only policy. This adds meaningful context without contradicting the annotations.

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?

One compact sentence front-loads the action and resource, then states the key call constraint and policy note. There is no redundant or filler content.

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

Completeness5/5

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

The output schema covers return shape, the input schema covers field constraints, and the description covers ownership, partial-update behavior, and policy disabling. An agent has everything needed to decide whether and how to call this tool correctly.

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 input schema already documents all four parameters with 100% coverage, so the baseline is 3. The description adds a semantic constraint not fully encoded in the schema: at least one of name/description/private must be supplied and omitted fields remain unchanged.

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?

States a specific verb ('update'), a clear resource ('the authenticated user's own list metadata'), and enumerates the mutable fields. The 'own list metadata' phrasing differentiates it from list creation, deletion, following, pinning, and membership operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Clearly establishes that this tool modifies an existing list's metadata and that at least one field must be provided. It gives solid context for when to use it, though it does not explicitly name alternatives such as x_list_create or x_list_delete.

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/IvanBBaev/x-mcp'

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