Skip to main content
Glama

The Committee

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

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

Annotations already cover readOnly/idempotent hints, and the description adds useful behavioral context: it fetches the page, extracts content, and emits a text blob. This explains what the tool actually does beyond the annotation flags, 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?

The description is compact and front-loaded: first sentence states the core action and output, second sentence provides use cases. No wasted words; every sentence earns its place.

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?

Despite having no output schema, the description clearly specifies the output is 'a single text blob ready to drop at site-root/llms.txt', which fully communicates the return format. The tool's behavior and use cases are adequately covered, making it a complete description for this moderate-complexity tool.

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 (url and max_links) with descriptions. The tool description does not add extra parameter-level semantics beyond mentioning the default max links and URL example, which are already in the schema. Baseline 3 is appropriate.

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 a production-ready llms.txt file for any URL, with specific details on what it does (fetches page, extracts title/description/key links, emits standard markdown). This specific verb+resource combination distinguishes it from sibling tools like ai_visibility_check or scan_competitor_ai_presence.

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 by AI, drafting llms.txt for your own project, or auditing how an AI crawler would see a competitor'). While it doesn't name alternatives or exclusions, the context is clear enough for an agent to select this tool appropriately.

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.8/5.0
Disambiguation3/5

The ask_pipeworx family creates real ambiguity: ask_pipeworx_beta explicitly states it currently matches ask_pipeworx exactly, leaving an agent no principled way to choose between them. discover_tools and suggest_questions also overlap as meta-tools for navigating the catalog, though the remaining tools (five polymarket_* tools, entity tools, subscription lifecycle) are well-delineated by their detailed cross-referenced descriptions.

Naming Consistency3/5

The set is uniformly snake_case with coherent subfamilies (ask_pipeworx*, polymarket_*, pipeworx_*, remember/recall/forget), but it mixes imperative verb_phrase names (validate_claim, resolve_entity, generate_llms_txt) with noun_phrase names (entity_profile, recent_changes, ai_visibility_check), and the_committee_convene breaks the pattern entirely with a full-sentence name. The inconsistency is stylistic rather than chaotic, so it stays readable.

Tool Count2/5

At 32 tools, the set exceeds the 25+ threshold for 'too many' and the breadth is not fully earned: ask_pipeworx_beta is self-admittedly redundant right now, and several tools feel bolted on from unrelated domains (the_committee_convene, generate_llms_txt, scan_dependency, ai_visibility_check). The core data-research and prediction-market scope would be tighter and more navigable at roughly 20-24 tools.

Completeness4/5

The primary domain — authoritative data lookup, entity research, and prediction-market analysis — is covered with no dead ends: query (ask_pipeworx, grounded, deep_research), profile (resolve_entity, entity_profile, compare_entities), track (recent_changes), verify (validate_claim), bet research (bet_research, polymarket_edges, arbitrage, fill_risk, kalshi_spread), subscriptions (subscribe/unsubscribe/list/recent_alerts), and memory (remember/recall/forget) form complete lifecycles. Minor gaps exist only at the periphery: no execution layer for prediction-market trades (research stops at fill-risk advice) and single-tool coverage for the npm/llms.txt/AI-visibility side-domains.