Skip to main content
Glama
TwitterAPIs

twitterapis

twitter_user_about

Read-only

Retrieve a user's complete 'About' profile from X, including account category, verification flags, location, website, counts, and transparency panel data by username or user ID.

Instructions

Get a user's full 'About' object: the structured profile facts X surfaces beyond the bio, including account category and professional/business labels, verification and identity-verification flags, joined date, location and linked website, follower/following counts, and X's 'About this account' transparency panel (the account's country, how the account was created, and its username-change history). Provide a username or a user_id. Use this to enrich a profile beyond what twitter_user_info returns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoNumeric Twitter/X user id (e.g. "44196397"). Provide exactly one of username or user_id.
usernameNoTwitter/X handle WITHOUT the leading @ (e.g. "elonmusk", "openai"). Provide exactly one of username or user_id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description does not contradict these. It adds value by detailing the fields returned (e.g., account category, verification flags, transparency panel), but does not introduce any new behavioral aspects beyond the read-only nature already annotated.

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?

The description is somewhat lengthy due to enumerating many returned fields, but each item is relevant and contributes to the tool's purpose. It is well-structured, front-loaded with the main function, and avoids unnecessary fluff, though it could be slightly tightened without loss of meaning.

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?

With no output schema, the description fully compensates by naming the specific attributes returned (account category, labels, verification flags, joined date, location, etc.). It also provides usage context and differentiates from a sibling tool, making it complete for an agent to understand what it will get and when to use it.

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 schema already describes both parameters and their exclusivity. The description reinforces this by stating 'Provide a username or a user_id,' which adds clarity on the mutual exclusivity but does not introduce significant new meaning beyond the schema. Given 100% schema coverage, this is above the baseline of 3.

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?

Clearly states it retrieves a user's full 'About' object with detailed profile facts, and explicitly distinguishes itself from twitter_user_info by indicating it provides richer data beyond that tool. The verb 'Get' and specific resource are precise, making the purpose unambiguous.

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

Usage Guidelines5/5

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

Provides explicit usage instructions: 'Provide a username or a user_id' and 'Use this to enrich a profile beyond what twitter_user_info returns.' This tells the agent exactly when to employ this tool and mentions the alternative (twitter_user_info), offering clear contextual guidance.

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