Skip to main content
Glama
excellario

x-feed-mcp

by excellario

Get recent tweets from tracked X accounts

get_recent_tweets

Fetch recent tweets from specified X handles, ordering newest first. Summarize posts from a curated account group.

Instructions

Return the most recent tweets from a set of X (Twitter) handles, newest first, using a logged-in session. Read-only: this server can only read, it cannot post, reply, like, follow, DM, or write anything. Defaults to the server's configured handle set; useful for summarising what a curated group of accounts has posted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many recent tweets to return after merging (1-100). Default 30.
handlesNoX handles to fetch (with or without @). Optional if the server has a default set (X_HANDLES) configured.
includeRepliesNoInclude @-replies. Default false, replies are usually noise for a digest.
Behavior5/5

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

With no annotations, the description fully carries the burden. It explicitly states the tool is read-only and cannot post, reply, like, follow, DM, or write. Also mentions ordering (newest first) and default handle set, providing comprehensive behavioral insight.

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?

Two concise sentences: first covers purpose and ordering, second covers read-only constraint and default behavior. No redundant information, highly efficient.

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 read tool with 3 parameters, no output schema, and no annotations, the description adequately covers purpose, behavior, and defaults. Lacks details on error handling or rate limits, but these are not essential for basic usage.

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 baseline is 3. The description adds minor context (e.g., 'using a logged-in session') but does not significantly enhance understanding beyond the schema's parameter descriptions.

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 returns the most recent tweets from a set of X handles, newest first. Specifies read-only nature, distinguishing it from write actions. Even without siblings, the purpose is unambiguous.

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?

Explicitly describes the tool's use case: summarizing a curated group of accounts. Notes it defaults to server-configured handles. Provides context but lacks explicit when-not or alternatives, though not critical given simplicity.

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/excellario/X-feed'

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