llms.txt Generator
llms-txt-generatorGenerate an llms.txt file from a site name, one-line summary, optional details, and sections of links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | ||
| summary | No | ||
| sections | No | ||
| siteName | Yes |
llms-txt-generatorGenerate an llms.txt file from a site name, one-line summary, optional details, and sections of links.
| Name | Required | Description | Default |
|---|---|---|---|
| details | No | ||
| summary | No | ||
| sections | No | ||
| siteName | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation is present and the description does not contradict it. The description adds context about the input parameters, but it does not clarify whether the file is returned as a string or if there are any side effects, which could be useful given the mutable-sounding verb 'Generate'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the main action ('Generate an llms.txt file') and lists the key inputs. Every word serves a purpose, with no padding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite having 4 parameters and a nested structure (sections containing links with url/title/notes), the description gives only a high-level overview. There is no output schema, so the description should state what the tool returns (e.g., the generated file content). The lack of return value explanation and nested structure details makes this incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden. It identifies siteName, summary, details, and sections, but does not clarify optionality (only siteName is required per schema) or the structure of sections/links. The phrase 'sections of links' is vague and does not convey the nested schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Generate' and the resource 'llms.txt file', with a list of inputs. This distinguishes it from sibling tools like robots-txt-generator and sitemap-generator.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used to create llms.txt files, but it does not explicitly state when to use it over alternatives or mention any exclusions. For a generator with many siblings, more explicit guidance would be helpful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Most tools have distinct purposes, but word-counter and character-counter overlap heavily, and meta-tag-generator subsumes several other generators (title, description, canonical). The sheer number of adjacent content generators creates some ambiguity, though descriptions generally clarify.
Tool names are inconsistent: some use snake_case (create_site, get_article, list_articles) while others use hyphenated lowercase (ad-copy-generator, meta-tag-generator, robots-txt-generator). This mixing of conventions makes it hard for an agent to predict the name for a given action.
With 59 tools, the server is heavily over-scoped for a typical MCP server. Many tools are similar (various calculators, many content generators) and could be consolidated, making the surface bloated and harder to navigate.
The server covers a broad range of SEO tasks: site management, article generation/publishing, analytics, technical SEO, and content tools. However, there are gaps such as missing update/delete operations for articles and no backlink analysis, leaving some workflows incomplete.