Skip to main content
Glama

get_twitterapi_url

Fetch content from TwitterAPI.io documentation URLs, using offline snapshots for speed with live fetching as backup when needed.

Instructions

Fetch a TwitterAPI.io or docs.twitterapi.io URL.

USE THIS WHEN: You have a specific link and want its full content. RETURNS: Parsed content from the offline snapshot. If not found, you can set fetch_live=true (restricted to twitterapi.io/docs.twitterapi.io).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to fetch. Examples: https://twitterapi.io/privacy, /pricing, docs.twitterapi.io/introduction
fetch_liveNoIf true and the URL is missing from the offline snapshot, fetch it live over HTTPS (allowed hosts only).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
kindYes
nameYes
titleNo
sourceYes
markdownYes
descriptionNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds valuable context beyond basic functionality: it mentions that content is from an 'offline snapshot,' specifies fallback behavior with 'fetch_live=true' for missing URLs, and restricts live fetching to allowed hosts. This covers key operational traits like data source and conditional behavior, though it could elaborate on rate limits or error handling.

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 well-structured and concise, with three sentences that each serve a distinct purpose: stating the tool's function, providing usage guidelines, and explaining return behavior. There is no wasted text, and information is front-loaded for quick comprehension.

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?

Given the tool's moderate complexity, 100% schema coverage, and the presence of an output schema, the description is largely complete. It covers purpose, usage, and key behavioral aspects. However, it could be more explicit about sibling tool differentiation to fully address contextual needs, though the output schema reduces the need for return value explanations.

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 the schema already documents both parameters thoroughly. The description adds some meaning by explaining the purpose of 'fetch_live' in the context of fallback behavior, but it doesn't provide additional syntax or format details beyond what the schema offers. This meets the baseline for high schema coverage.

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 clearly states the tool's purpose: 'Fetch a TwitterAPI.io or docs.twitterapi.io URL.' It specifies the verb (fetch) and resource (URLs from specific domains), making it easy to understand what the tool does. However, it doesn't explicitly differentiate from sibling tools like 'get_twitterapi_endpoint' or 'search_twitterapi_docs', which might also involve fetching content, so it misses full sibling differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes explicit usage guidelines: 'USE THIS WHEN: You have a specific link and want its full content.' This provides clear context on when to use the tool, distinguishing it from alternatives that might handle broader searches or different types of content. It effectively guides the agent on appropriate scenarios.

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/dorukardahan/twitterapi-io-mcp'

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