Skip to main content
Glama

Generate JSON-LD schema markup

generate_schema
Read-only

Generate valid schema.org JSON-LD structured data for any of 13 common content types, ready to drop into a page.

Supported types: FAQPage, BreadcrumbList, Article, LocalBusiness, Organization, Person, VideoObject, WebSite, Product, HowTo, Recipe, Event, and JobPosting. Required fields per type are validated and errors name exactly what is missing so you can fix and retry. (free, no API call)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesThe schema type to generate
fieldsYesType-specific fields — required fields are validated and errors tell you exactly what is missing. Required per type: FAQPage qa[].q+a; BreadcrumbList items[].name (≥2); Article headline; LocalBusiness/Organization/Person/Product name; VideoObject name+description+thumbnailUrl+uploadDate; WebSite name+url; HowTo name+steps[].text; Recipe name+ingredients[].item+steps[].text; Event name+startDate; JobPosting title+description+datePosted+orgName.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
json_ldYes
jsonld_objectYes

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description discloses useful behavioral traits: required fields are validated, errors name exactly what is missing, and the operation is 'free, no API call.' This tells an agent what to expect on failure and that no external side effects or costs occur.

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 concise and front-loaded with the core purpose, followed by a useful type list and validation behavior. The supported-types list partially duplicates the enum in the schema, but it helps agents quickly identify applicability without opening the schema.

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

Completeness5/5

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

Given the rich input schema, output schema, and readOnly annotation, the description covers everything an agent needs to select and invoke the tool: what it generates, which types are supported, how validation works, and cost/external-call behavior. Nothing critical is missing.

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?

Input schema coverage is 100%, and the schema already enumerates all 13 types and the required per-type fields. The description adds general reinforcement about validation but does not add new parameter-level meaning beyond what the schema already provides. Baseline 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 opens with a specific verb and resource: 'Generate valid schema.org JSON-LD structured data' for 13 named content types. This makes the tool's function immediately clear and distinguishes it from the unrelated SEO/research sibling tools without needing to inspect the schema.

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 gives clear usage context: use it when you need schema markup 'ready to drop into a page' for any of the listed types. It does not explicitly name an alternative or exclusion, but none of the sibling tools generate JSON-LD markup, so the intended use case is unambiguous.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.7/5.0
Disambiguation3/5

Most tools are distinct get_* analytics, but several overlap in purpose: get_ai_visibility vs get_share_of_voice are easy to confuse, and get_project_overview/get_content_action_plan/get_audit_summary all offer prioritized fixes. Descriptions help, but an agent could easily misselect for a generic 'what should I fix?' query.

Naming Consistency5/5

All names follow a consistent snake_case verb_noun pattern (add_, get_, generate_, list_, analyze_, research_), and the get_* prefix dominates read operations. Even win_prompt is a verb_noun and fits the style.

Tool Count2/5

27 tools is past the 25+ threshold and creates a heavy selection surface for an agent. While the SEO/AI-visibility domain is broad, many tools return overlapping 'health/fix/visibility' data and the set would benefit from consolidation.

Completeness3/5

Core workflows (projects, keywords, content briefs, audits, backlinks, AI visibility) are covered, but lifecycle gaps exist: keywords and AI prompts can be added but not removed, there is no list-AI-prompts tool, and no project creation/update is exposed. These are workable but notable missing operations.

Resources