Skip to main content
Glama

x_api_get_users_posts

Fetch posts from a specific user on X, supporting time filters, pagination, and exclusion parameters to customize results.

Instructions

Get Posts. Use when: Get Posts. Do not use when: a more specific auth/configuration tool is required before the API call or you are only exploring; prefer x_schema_discovery or x_query_suggestion first. Risk: read-only. Required permissions and prerequisites: bearer token; OAuth 2 user token with scopes tweet.read, users.read; OAuth 1a user token Environment-selection behavior: scopeTenantId plus exactly one of scopeUserId or scopeAccountId choose the Vault/Postgres tenant principal used for auth resolution. credentialKey selects a non-default stored credential profile when present. Parameter formats and constraints: id (path, unknown, required); since_id (query, unknown); until_id (query, unknown); max_results (query, integer); pagination_token (query, unknown); exclude (query, array); start_time (query, string); end_time (query, string). Expected response shape: { ok, status, data: { method, path, url, status, contentType, authType, data } } Common failure conditions: missing scoped credentials in Vault, missing required API parameters, X API auth failures, rate limits, or unsupported multipart/body shape. Recommended prerequisite and follow-up tools: x_connection_info, x_schema_discovery, x_auth_get_scope_credentials, x_api_request. Safety warnings: This is read-only, but responses can still include sensitive account data depending on granted scopes. Example: {"name":"x_api_get_users_posts","arguments":{"scopeTenantId":"default","scopeUserId":"default","id":""}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
excludeNo
end_timeNo
since_idNo
until_idNo
start_timeNo
max_resultsNo
scopeUserIdNo
credentialKeyNo
scopeTenantIdNo
scopeAccountIdNo
authorizationKeyNo
pagination_tokenNo
preferredAuthTypeNo
Behavior5/5

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

With no annotations, the description carries the full burden and does so excellently. It declares read-only risk, required OAuth scopes, environment-selection behavior for tenant/account resolution, expected response shape, and common failure modes (auth failures, rate limits). It also warns that responses may contain sensitive data, adding valuable behavioral context.

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 long but well-structured with clear section headings (Risk, Required permissions, Parameter formats, Expected response shape, etc.). Redundancies exist ('Get Posts' appears twice, read-only stated twice), but the structured format makes the information scannable and each section adds relevant detail for such a complex tool.

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?

The description covers auth prerequisites, environment selection, response shape, failure conditions, and an example invocation, which is substantial for a 14-parameter tool with no annotations or output schema. It is not perfect, as it does not explicitly differentiate itself from sibling post-retrieval tools or clarify the semantics of the id parameter, but it provides enough for an agent to proceed in most cases.

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 0%, so the description compensates by listing parameter formats and constraints, specifying path vs query context for id, since_id, etc., and types for some. However, it omits several parameters (authorizationKey, preferredAuthType) and does not explain the semantic meaning of 'id' or the filtering/response implications of parameters like exclude, start_time, and end_time.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Get Posts,' which states the verb and resource but lacks specificity about whose posts are retrieved or how this differs from other post-fetching tools like x_api_get_posts_by_id or x_api_get_users_timeline. It does not explain that this tool retrieves a user's posts by user ID, making the purpose vague at the operational level despite the name hinting at it.

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

Usage Guidelines3/5

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

The 'Use when: Get Posts' is circular and unhelpful, merely restating the purpose. However, the 'Do not use when' section gives explicit guidance to prefer schema discovery or query suggestion for exploration, and it lists recommended prerequisite tools, providing some context but not comparing this tool to similar post-fetching alternatives.

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/LesterAJohn/X-mcp'

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