llms.txt generator (spec-correct)
generate_llms_txtGenerate 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
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-paragraph plain-text summary of what the site is and offers — becomes the blockquote directly under the H1. Keep it factual; agents quote it. | |
| sections | No | Optional list of sections, each rendered as an H2 heading followed by link bullets. Typical sections: 'Key pages', 'Products', 'Docs', 'Policies'. | |
| site_name | Yes | The site or business name — becomes the H1 title, e.g. 'Acme Outdoor Gear'. |