Skip to main content
Glama
tangivis

twikit-mcp

by tangivis

edit_list

Update a Twitter List's name, description, or privacy settings.

Instructions

Edit a Twitter List's metadata.

At least one of name, description, or is_private must be provided. Pass an empty string for description to clear it.

Args: list_id: The list ID (required). name: New name for the list. description: New description (empty string clears it). is_private: True to make private, False to make public.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
nameNo
descriptionNo
is_privateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided, so description carries full burden. It only states editing metadata and clearing description, but lacks disclosure about authentication requirements, rate limits, error conditions, or side effects beyond the stated edits.

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?

Description is extremely concise and well-structured: one-line purpose, usage constraint, then parameter list. No unnecessary words; every sentence adds value.

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?

Given no annotations and presence of output schema, description adequately covers parameter usage and main constraints. Missing error scenarios (e.g., when list does not exist) but otherwise complete for a simple metadata edit tool.

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?

Descriptions for each parameter add meaning beyond schema: clarifies list_id is required, explains empty string clears description, and defines boolean semantics for is_private. Schema coverage is 0%, so description compensates well.

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?

Description explicitly states 'Edit a Twitter List's metadata', clearly identifying the verb (edit) and resource (Twitter List's metadata). It distinguishes from siblings like create_list and get_list.

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?

Provides clear constraints: at least one of name, description, or is_private must be provided, and empty string for description clears it. However, no explicit comparison to alternatives like add_list_member or create_list.

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/tangivis/twitter-mcp'

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