Skip to main content
Glama

Generate llms.txt

generate_llms_txt
Read-onlyIdempotent

Generate a production-ready llms.txt file for any URL so AI crawlers (ChatGPT, Claude, Perplexity) can index the site cleanly. Fetches the page, extracts title/description/key links, and emits the standard llms.txt markdown format. Output is a single text blob ready to drop at site-root/llms.txt. Useful for: getting a client's site indexed by AI, drafting llms.txt for your own project, or auditing how an AI crawler would see a competitor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull URL of the site to summarize, e.g. "https://example.com" or a specific landing page.
max_linksNoMaximum number of link entries to include (default 25, max 50).

TDQS

A4.5/5.0
Behavior4/5

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

Annotations indicate read-only, open-world, idempotent, and non-destructive behavior. The description adds value by explaining the internal process (fetches page, extracts title/description/key links, emits markdown) and the output format (single text blob). No contradictions with annotations.

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?

Three sentences cover purpose, process, and use cases. Front-loaded with the main action ('Generate a production-ready llms.txt file'). No unnecessary words; every sentence adds value.

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

Completeness5/5

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

Given two simple parameters, no output schema, and clear annotations, the description fully covers what the tool does, how it works, and what the output looks like. No gaps remain for an agent to configure or invoke it correctly.

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?

Schema coverage is 100% with descriptions for both parameters (url, max_links). The description adds context beyond schema by explaining that the output is a text blob ready for site-root/llms.txt and how the tool processes the URL. This enriches meaning beyond raw parameter names.

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 generates an llms.txt file for a URL, specifying the action (generate), resource (llms.txt file), and scope (for any URL). It distinguishes from siblings like scan_competitor_ai_presence and ai_visibility_check by focusing specifically on producing the standardized llms.txt format, making it unique.

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 provides explicit use cases: getting a client's site indexed, drafting for own project, auditing competitor indexing. This gives clear context for when to use. However, it does not explicitly state when not to use or list alternative tools, missing full exclusion criteria.

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.

TDQS

A4.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but the ask_pipeworx family (standard, beta, grounded) and validate_claim vs ask_pipeworx_grounded may cause some confusion for agents despite detailed descriptions.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern, and most are verb_noun structures (e.g., ask_pipeworx, compare_entities, resolve_entity), making them predictable and easy to distinguish.

Tool Count4/5

With 32 tools, the set is larger than ideal but well-justified by the broad scope of data sources and functionalities (email verification, SEC/FDA lookups, prediction market analysis, memory, subscriptions).

Completeness5/5

The tool set covers the full pipeline from data discovery (discover_tools, suggest_questions) to retrieval, analysis, comparison, verification, and monitoring, with no obvious gaps for its intended use cases.