Skip to main content
Glama

Create List

x_create_list

Create a new X list by specifying a name, optional description, and privacy setting. Organize accounts into custom lists to manage followers and interests effectively.

Instructions

Create a new X list with a name, optional description, and privacy setting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesList name (max 25 characters)
privateNoWhether the list should be private
descriptionNoList description (max 100 characters)
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, and the description's 'Create' aligns with that. However, the description adds no extra behavioral context such as side effects, auth requirements, or error conditions, which is acceptable given the simplicity but not enhanced.

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, clear sentence that conveys all necessary information without wasted words. It is front-loaded and immediately understandable.

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 tool is simple, with only 3 parameters and no nested objects or output schema. The description plus schema fully specify what the tool does. Given the low complexity and rich annotations, additional information is unnecessary.

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%, so each parameter already has a description. The tool description redundantly mentions 'name, optional description, and privacy setting' but does not add meaning beyond the schema. Baseline 3 applies.

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 uses a specific verb 'Create' and resource 'X list', clearly distinguishing it from sibling tools like x_update_list and x_delete_list. It also mentions the key parameters (name, description, privacy), making the tool's purpose unmistakable.

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?

The description clearly implies the tool is for creating new lists, which is distinct from updating or deleting. However, it does not explicitly state when to prefer this over alternatives or mention any exclusions, so it falls short of a 5.

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

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