Skip to main content
Glama

List operator X posts

list_operator_x_posts
Read-onlyIdempotent

List this company's recent original X posts from the connected account — no URL paste. Use when the operator posted on X and FO should see it. Does not post.

Routing: Returns the last 24h of original X posts — no args needed for the default window

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax posts (5–20, default 10).
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint false. The description adds useful behavioral context beyond this: it returns only original posts, only from the connected account, only the last 24 hours, and does not post or accept pasted URLs.

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 compact and front-loaded with the core purpose, followed by a short use case and routing note. Every sentence adds useful guidance without redundancy.

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?

For a simple two-parameter read-only list tool, the description covers the scope, time window, default behavior, and non-mutating nature. The 'no args needed' wording introduces minor ambiguity, but the required companyId remains clear from the schema.

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 100%, so the schema already documents companyId and limit. The description adds context about the default 24-hour window and that the default window needs no optional args, though 'no args needed' is slightly misleading because companyId is required.

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 uses a specific verb and resource: 'List this company's recent original X posts from the connected account — no URL paste.' It also distinguishes the tool by clarifying it returns original posts, not chats or pasted content, and clearly separates it from post creation tools.

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?

The description explicitly states when to use it: 'Use when the operator posted on X and FO should see it.' It also clarifies a non-behavior ('Does not post,' though it does not name a specific alternative sibling tool.

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