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.4/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. Description adds behavioral details: fetches page, extracts title/description/key links, outputs standard llms.txt markdown. This enriches transparency beyond 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: purpose, process, use cases. No redundant words, front-loaded with key information. Every sentence earns its place.

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?

With no output schema, the description explains output format ('standard llms.txt markdown', 'single text blob') and mentions default/max for max_links. Adequate for a low-complexity tool with full annotation coverage.

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. The description adds value by stating default (25) and max (50) for 'max_links', and implies the URL parameter's role ('for any URL'). Extra detail beyond schema.

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?

Description clearly states it generates an llms.txt file for any URL, specifying the verb ('generate'), resource ('llms.txt file'), and target ('any URL'). It distinguishes from sibling tools by focusing on AI crawler indexing, which no other sibling explicitly covers.

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 lists three use cases (client indexing, own project drafting, competitor auditing), providing clear context. It does not explicitly state when not to use or name alternatives, but no sibling has overlapping functionality, so guidance is sufficient.

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

A3.6/5.0
Disambiguation2/5

Many tools have overlapping purposes, especially the various ask_pipeworx variants and entity research tools (entity_profile, compare_entities, recent_changes). The subtle differences between ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are likely to cause agent misselection.

Naming Consistency2/5

Tool names use inconsistent patterns: snake_case (ask_pipeworx, query_layer) mixed with descriptive phrases (ai_visibility_check, generate_llms_txt) and no clear verb_noun structure. Some names are vague (process, run) though those are absent here; overall naming is arbitrary.

Tool Count2/5

34 tools is too many for an Arcgis Tigard server. The majority are generic Pipeworx data query tools (27+ tools) that have little to do with ArcGIS, making the tool count feel bloated and unfocused for the server's stated purpose.

Completeness1/5

The server severely lacks ArcGIS-specific functionality. Only three tools (search_datasets, query_layer, layer_info) are relevant to ArcGIS; the rest are unrelated Pipeworx tools. Essential ArcGIS operations like editing, analysis, or visualization are missing, making the surface incomplete.