Skip to main content
Glama

generate_llms_txt_blueprint

Create standardized llms.txt and llms-full.txt files to enable accurate indexing by AI crawlers like Perplexity, ChatGPT, and Claude.

Instructions

Generates standardized llms.txt and llms-full.txt files to allow AI web crawlers, Perplexity, ChatGPT, and Claude to index your project with 100% accuracy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesCore mission summary
core_linksNoKey documentation URLs to feature in llms.txt
product_nameYesName of the project or product
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool generates files but does not mention output format, whether it overwrites existing files, if it requires any prior setup, or what the return value looks like. Critical behavioral details for a generation tool are missing.

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 a single, concise sentence that effectively communicates the core function. It is front-loaded with the action and object, and there is no tangential or redundant content. A slightly more detailed description could be justified, but the current length is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple generation tool, the description explains the purpose well, but it lacks details about the expected output (no output schema) and any side effects. While the parameter descriptions are clear, the absence of behavior disclosure leaves gaps for an agent needing to know how to handle the result. Moderate completeness given the tool's simplicity.

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?

The input schema has 100% coverage with descriptive parameter explanations (e.g., 'Core mission summary' for summary). The description does not add any additional meaning beyond what the schema already provides. Since the schema is comprehensive, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool generates 'standardized llms.txt and llms-full.txt files' with a specific purpose (indexing by AI crawlers). It uses a specific verb (generates) and names the exact resources. However, it does not explicitly differentiate from the many sibling 'generate_*_blueprint' tools, though the resource name is distinct enough to avoid confusion.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites, appropriate usage context, or when not to use it. The intended use is only implied by the description and not stated explicitly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Akash1070/Super-Agent-Skill'

If you have feedback or need assistance with the MCP directory API, please join our Discord server