Skip to main content
Glama
Grubbomatic

Crawl Readiness MCP Server

Generate JSON-LD Schema

generate_schema

Generate JSON-LD structured data for a website, detecting its name, logo, social profiles, contact info, and articles, then outputting ready-to-paste schema blocks (Organization, WebSite, Article, plus templates) for SEO.

Instructions

Generate JSON-LD structured data for a website. Detects the site's name, logo, social profiles, contact info, and article metadata, then produces Organization, WebSite, and (when applicable) Article schemas plus starter templates for BreadcrumbList and FAQPage. Returns each schema as a block ready to paste into the site's . Requires an API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe website to generate schema for.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

A4.4/5.0
Behavior5/5

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

Beyond annotations, the description discloses meaningful behavioral traits: it detects site metadata, produces multiple schema types plus starter templates, returns ready-to-paste script blocks, and requires an API key. This aligns with readOnlyHint=false and openWorldHint=true while adding concrete expectations about the tool's operation.

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 four sentences, each carrying distinct information: the core action, the detected metadata, the output format, and the API key requirement. There is no filler or redundancy, and the most important information is front-loaded.

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 one-parameter tool with no output schema, the description covers the essential calling context: what it detects, what schemas it produces, how output is returned, and the required API key. It does not explain API key acquisition or error behavior, but the agent has enough to select and invoke the tool correctly.

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 already fully describes the single 'url' parameter as 'The website to generate schema for,' giving 100% schema description coverage. The description reinforces that the URL points to the target website but adds no parameter-level detail, so the 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 uses a specific verb ('Generate') and resource ('JSON-LD structured data for a website'), then enumerates concrete output types including Organization, WebSite, Article, BreadcrumbList, and FAQPage. This clearly differentiates it from siblings such as validate_schema or generate_robots_txt.

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 provides clear context for when to use the tool: generating JSON-LD schema for a website, and it notes the API key prerequisite. It does not explicitly name alternative tools or state when not to use it, but the artifact type and sibling names make the intended use reasonably unambiguous.

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