Skip to main content
Glama

List X chat conversations

list_x_chat_conversations
Read-onlyIdempotent

List this company's X direct-message conversations handled by its X Chat bot (the hired agent answers DMs; sponsor/money asks are held for the operator). Use when the operator or an agent asks what people DM'd the company on X, what the bot answered, or what it held for the founder. Omit conversation to list; pass a conversation id from a prior result to read its turns. Read-only — the bot never sends first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax conversations (default 8, max 20) or max turns when conversation is set (default 6).
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
conversationNoOptional X conversation id (from a prior list result). Omit to list conversations.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds useful behavior: 'the hired agent answers DMs; sponsor/money asks are held for the operator' and 'the bot never sends first.' No contradiction.

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?

Three tight sentences with the key scoping ('this company's X Chat bot') and usage triggers front-loaded. The parenthetical adds necessary operational context without padding.

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?

Given the annotation safety profile and full schema, the description provides complete guidance: what the tool returns (conversations or turns via an id), when to use it, and the bot's behavioral constraints. No output schema exists, but no critical return details are missing for the agent to invoke correctly.

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?

Schema covers all parameters (100%). The description adds the operational semantics of the conversation parameter: 'Omit conversation to list; pass a conversation id from a prior result to read its turns.' This clarifies how the two modes relate, which the schema only implies.

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?

Specifically names the resource: 'this company's X direct-message conversations handled by its X Chat bot'. The verb 'List' plus the qualifier 'X Chat bot' distinguishes it from sibling list_grok_bot_conversations and search_conversations.

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?

Provides explicit triggers: 'Use when the operator or an agent asks what people DM'd the company on X, what the bot answered, or what it held for the founder.' It doesn't explicitly name alternatives, but the mention of the bot's scope and siblings make the boundary clear.

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.

Resources