Skip to main content
Glama

Socializioz — AI Social Media Manager

Read and Search X

invoke_x_live_read
Read-onlyIdempotent

Verified X read/search gateway for posts, recent search, Pay Per Use/Enterprise full-archive search, mentions, users, followers/following, and DM events. Re-verifies workspace/account/token binding on every call and refreshes tokens when needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch query for search_posts, search_posts_all, or search_users (max 512 chars).
actionYesWhich verified X read operation to run.
post_idNoX post id for get_post.
user_idNoX user id for get_user.
end_timeNoISO 8601 upper time bound for search actions.
usernameNoX handle without @, alternative to user_id for get_user.
start_timeNoISO 8601 lower time bound for search actions.
max_resultsNoPage size; provider defaults apply when omitted. (minimum: 1; maximum: 100)
participant_idNoX user id of the DM counterpart for list_dm_events.
conversation_idNoX DM conversation id for list_dm_events.
pagination_tokenNoProvider page cursor; use next_token from the previous response.
social_account_idYesConnected X account to read as, from list_connected_accounts.

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

The annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds valuable behavioral detail by stating that every call re-verifies workspace/account/token binding and refreshes tokens when needed, which is not fully covered by the annotation hints. No contradiction exists between the description and annotations.

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 two sentences, but each sentence is substantive. The first sentence concisely scopes the operations by category, and the second adds behavioral detail about auth verification and token refresh. No redundant or filler content is present.

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 provides enough context for a multi-action gateway, especially given the rich schema and annotations. It covers the important auth behavior and the breadth of operations; the lack of a detailed output description is mitigated because the schema's pagination_token field already explains how to handle response cursors.

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 description coverage is 100%, so every parameter is already well-documented in the input schema. The description does not add additional parameter-level meaning, which keeps the score at the baseline expected for a fully documented schema.

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

Purpose4/5

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

The description identifies a specific resource and operation class: a verified X read/search gateway, listing the covered content types such as posts, recent search, full-archive search, mentions, users, followers/following, and DM events. It is clear and detailed, though it does not explicitly distinguish itself from sibling tools like invoke_get_post and invoke_list_posts, which may be relevant to the same read actions.

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 description implies the appropriate context: use this tool for authenticated X read/search operations, and it calls out that it verifies workspace/account/token bindings on every call. However, it gives no explicit guidance about when to prefer this gateway over sibling tools or when not to use it, so the usage context is mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.4/5.0
Disambiguation4/5

Most tools target a distinct resource and lifecycle state, so an agent can usually pick correctly. The main ambiguity is among the profile/context tools and the approve/schedule/publish family, but the descriptions give enough state-specific detail to avoid serious misselection.

Naming Consistency4/5

The set consistently uses an invoke_ prefix with snake_case and mostly follows a verb_noun pattern. It only deviates with names like media_preflight and x_live_read, which place the verb at the end or use noun phrases.

Tool Count2/5

With 33 tools, the server is well beyond the typical well-scoped range. It covers many distinct areas, but the high number of status-specific post tools and separate context/profile/workspace tools makes the surface feel bloated rather than cohesive.

Completeness3/5

The core social publishing workflow is covered well: create, edit, approve, schedule, publish, cancel, retry, and campaign planning. However, there are notable gaps such as no delete/archive for drafts, campaigns, or assets, and limited tools for inbox, comment, or broader analytics beyond the single X read gateway.

Resources