Skip to main content
Glama

sagrank_generate_fixes

Generate production-ready llms.txt, Schema.org JSON-LD, and robots.txt files to fix AI readiness and SEO issues detected by SAG RANK. Customize with your URL and site details.

Instructions

Genera código y archivos listos para producción para solucionar problemas detectados por SAG RANK: 1) Archivo /llms.txt estándar optimizado para modelos de lenguaje, 2) Datos estructurados Schema.org JSON-LD (WebSite, Organization, FAQPage), y 3) Archivo robots.txt balanceado que permite el rastreo de IA protegiendo rutas privadas.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL del sitio web para personalizar metadatos y enlaces.
descripcionNoOpcional: Breve descripción del negocio o contenido del sitio.
nombre_sitioNoOpcional: Nombre de la marca o proyecto.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It states that it generates code and files, but does not clarify whether it writes to the filesystem or returns the content, nor does it mention side effects, authentication, or rate limits. The behavior is partially transparent.

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 concise and well-structured, consisting of two sentences that efficiently convey the tool's purpose and the three deliverables. No unnecessary fluff or redundancy.

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

Completeness4/5

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

For a simple tool with 3 parameters and no output schema, the description provides enough context to understand what the tool does and what it produces. It does not specify return format or error handling, but these are not critical for basic usage. The listing of the three outputs gives sufficient completeness.

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 schema descriptions cover 100% of the parameters (url, descripcion, nombre_sitio) with clear meaning. The tool description text itself does not add extra parameter semantics beyond what the schema already provides, so a baseline score of 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 production-ready code and files to fix problems detected by SAG RANK, and explicitly lists the three specific outputs (llms.txt, Schema.org JSON-LD, robots.txt). This distinguishes it from sibling audit/compare/check tools.

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 implies usage when issues are found by SAG RANK audit, but does not explicitly mention alternatives or prerequisites. It gives enough context for an agent to infer when to use this tool versus the audit/compare tools.

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