Skip to main content
Glama

generate_llms_txt

Paid via standard x402 v1 (USDC on Base): generate a ready-to-ship llms.txt for ANY public site from its sitemap (40 pages max). Price 3.00 USDC on Base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesabsolute https URL of the site to generate llms.txt for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
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 clearly states that this is a paid operation via x402 v1 with a specific price and currency, which is essential for an agent deciding to invoke it. It also discloses the 40-page limitation though it does not cover failure modes or exact delivery format.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with the payment info front-loaded. There is mild redundancy in stating payment twice ('Paid via standard x402...' and 'Price 3.00 USDC on Base'), but overall it is compact and scannable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema, the description gives useful input constraints, cost, and the fact that output is a ready-to-ship llms.txt. However, it lacks details on how the result is returned to the user, what happens if the site exceeds 40 pages, or what occurs if the sitemap is missing. These gaps make it incomplete for a paid operation.

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?

The input schema already defines the single parameter with 100% coverage. The description adds meaningful context beyond the schema by explaining that the URL must be for a public site, that a sitemap will be used, and that the site must fit within 40 pages. This clarifies the expected parameter semantics well.

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 a specific verb and resource: generate an llms.txt for a public site using its sitemap. It also adds a concrete page limit (40 pages). It does not explicitly differentiate itself from sibling tools like web_fetch or agent_site_audit, so it falls short of a 5.

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 usage conditions: any public site, limited to 40 pages, requires a sitemap, and is a paid operation. However, it does not name alternative tools or explicitly state when not to use it, leaving some inference to the agent.

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