Skip to main content
Glama
getxapi

getxapi-mcp

Official

update_profile

Update Twitter profile fields such as name, bio, location, URL, color, and birthdate through an API.

Instructions

Update Twitter profile fields (name, bio, location, URL, color, birthdate) programmatically via API

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoWebsite URL shown on profile.
nameNoDisplay name.
locationNoLocation text.
descriptionNoBio text.
birthdate_dayNo
birthdate_yearNo
birthdate_monthNo
profile_link_colorNoHex color (e.g. 1DA1F2).
birthdate_visibilityNoself, mutualfollow, followers, following, or public.
Behavior3/5

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

Annotations already indicate a non-read-only mutation (readOnlyHint=false). The description adds no behavioral details beyond the list of fields, such as partial update behavior, authorization requirements, or rate limits. No contradiction with annotations.

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?

Single concise sentence, front-loaded with the verb. Slight redundancy with 'programmatically via API' but still efficient.

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?

With 9 parameters and no output schema, the description lacks details on partial update behavior, birthdate parameter bundling, and return value. A more complete description would improve agent understanding.

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?

The description merely lists fields that appear in the schema; schema coverage is 67% with descriptions on most params. No additional parameter semantics beyond what the schema provides.

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 clearly states the verb 'Update' and the resource 'Twitter profile fields', listing specific fields (name, bio, location, URL, color, birthdate). This differentiates it from sibling tools like update_avatar or update_banner.

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 on when to use this tool versus alternatives like update_avatar or update_banner. No prerequisites or context provided for when this call is appropriate.

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/getxapi/getxapi-mcp'

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