Skip to main content
Glama
jsilets

twscrape-twitter-mcp

by jsilets

read_tweet

Read-only

Retrieve a single X post by URL or numeric ID and get its content as clean markdown for easy reading or further use.

Instructions

Read a single X post by URL or numeric id. Returns clean markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url_or_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is known. The description adds that output is 'clean markdown', which informs the agent about response formatting. This adds value beyond annotations without contradicting them.

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 sentences, direct and free of filler. The action and key input are front-loaded.

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 single-parameter read tool with readOnly and openWorld annotations plus an output schema, the description provides sufficient context: what it does, how to specify input, and what output to expect. It doesn't cover edge cases, but these are less critical given the tool's simplicity.

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?

The input schema has no property descriptions, so the description's note that the parameter accepts a URL or numeric id adds necessary semantics. However, it doesn't elaborate on formats or edge cases, leaving some ambiguity.

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 clearly states the tool reads a single X post, specifying input as URL or numeric id, which distinguishes it from sibling tools like read_thread or read_replies that handle conversations or contextual posts.

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 tool is for individual posts but does not explicitly state when to prefer it over siblings like read_thread or read_replies. It provides context ('single') but lacks explicit alternatives or exclusions.

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/jsilets/twscrape-twitter-mcp'

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