Skip to main content
Glama

Agentic Commerce Tools

llms.txt generator (spec-correct)

generate_llms_txt

Generate a complete, spec-correct llms.txt file from structured input — the generator counterpart to this server's checkers. You supply the site name, a one-paragraph summary and optional sections of curated links; the tool renders canonical llms.txt markdown: an H1 with the site name, a blockquote summary, then one H2 per section with '- name: description' link bullets. The result is returned as ready-to-publish text (serve it at https://yourdomain.com/llms.txt as plain text) plus structured metadata (byte size, section/link counts). llms.txt is the curated site map AI systems read first — Shopify serves one natively, and AI-readiness scanners (including agent_readiness_scan and check_wellknown_discovery on this server) check for it. Pure function: no network calls, deterministic, free, unlimited within fair use. Related free web tools and pay-per-call agent APIs (x402 protocol, $0.005/call, USDC on Base, no account) at https://x402.agiscorecard.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesOne-paragraph plain-text summary of what the site is and offers — becomes the blockquote directly under the H1. Keep it factual; agents quote it.
sectionsNoOptional list of sections, each rendered as an H2 heading followed by link bullets. Typical sections: 'Key pages', 'Products', 'Docs', 'Policies'.
site_nameYesThe site or business name — becomes the H1 title, e.g. 'Acme Outdoor Gear'.

TDQS

A4.7/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It explicitly states 'Pure function: no network calls, deterministic, free, unlimited within fair use', covering side effects, determinism, and usage limits. It also discloses the output structure (ready-to-publish text plus metadata) and that it's spec-correct, going well beyond what annotations would provide.

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 front-loaded with the core purpose and flow, but is somewhat long due to tangential mentions of Shopify and x402 promotions. While these add context, they dilute conciseness. Every sentence is purposeful but could be tightened; still, it's well-organized and readable.

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 no output schema, the description compensates by fully describing the return format and metadata. It covers the tool's role in the ecosystem (checkers, AI-readiness), provides behavioral guarantees, and includes usage examples. It's comprehensive for a tool with 3 parameters, 100% schema coverage, and no output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3, but the description adds substantial meaning by mapping each parameter to its output role: summary becomes the blockquote, site_name the H1, and sections the H2s. It even explains the link bullet format, enriching the schema's descriptions with practical rendering context.

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 immediately states 'Generate a complete, spec-correct llms.txt file from structured input', with specific verb and resource. It explicitly identifies itself as the generator counterpart to this server's checkers, distinguishing it from sibling tools like agent_readiness_scan and check_wellknown_discovery.

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?

It clearly says when to use: 'the generator counterpart to this server's checkers' and notes that AI-readiness scanners (including agent_readiness_scan and check_wellknown_discovery on this server) check for llms.txt, implying you use this tool first. It also explains how to serve the output. However, it doesn't explicitly state when NOT to use it or list alternative generators, so it lacks explicit exclusions.

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.2/5.0
Disambiguation4/5

All tools have distinct purposes: scanning, checking MCP servers, well-known discovery, term lookup, generation, and index retrieval. However, agent_readiness_scan and check_wellknown_discovery overlap in checking AI-readiness signals, though one focuses on page-level and the other on discovery files, which may cause some confusion.

Naming Consistency3/5

Most tools follow a verb_noun pattern (agent_readiness_scan, check_mcp_server, check_wellknown_discovery, generate_llms_txt, get_public_mcp_index, get_visibility_index), but define_term is a different style (verb + object without underscore). Minor inconsistency in the use of underscores vs. no delimiter for 'wellknown'.

Tool Count4/5

Seven tools is a reasonable count for a server covering agent-readiness auditing and related utilities. Each tool has a clear role, though some could be seen as variations of the same theme, but the count is within the ideal range.

Completeness4/5

The server covers the main workflows: scanning individual sites for readiness, checking MCP servers, and accessing aggregate indexes, plus generation and reference. A gap might be an update or deeper analysis tool (e.g., a tool to get recommendations for multiple sites at once), but overall it feels complete for its stated purpose.