Skip to main content
Glama
Akxan
by Akxan

Structured data (JSON-LD) audit

structured_data_audit
Read-onlyIdempotent

Validate JSON-LD structured data on web pages. Extract schema, check required/recommended properties, flag invalid JSON and bad dates, and verify organization details remain consistent across pages.

Instructions

Extract JSON-LD from one or more pages, validate required/recommended properties per schema type (Organization, LocalBusiness, TravelAgency, TouristTrip, Product/Offer, Event, Article/BlogPosting, FAQPage, BreadcrumbList, WebSite, Person, Review...), flag invalid JSON and bad dates, and check entity consistency across pages (organization name, telephone, address, sameAs must match everywhere). Pass explicit urls or a sitemap to sample.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsNo
sampleSizeNo
sitemapUrlNoSample pages from this sitemap instead of explicit urls.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavior beyond that: it validates required/recommended properties, flags invalid JSON and dates, and checks entity consistency across pages. It also clarifies the sampling approach. No contradictions found.

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 paragraph that front-loads the main action (extract JSON-LD and validate) and then details specific checks and input methods. It is information-dense without being redundant, though it lists many schema types which could be trimmed without losing core meaning.

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?

The description covers the main functionality, input methods, and validation scope. It does not describe the output format (no output schema exists) or mention limits like maxItems, but those are in the input schema. Given the tool's complexity and the annotations covering safety, the description is reasonably complete for an agent to understand what the tool does and how to call it.

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?

Schema coverage is only 33% (only sitemapUrl has a description). The description explains that urls and sitemapUrl are alternative input methods ('Pass explicit urls or a sitemap'), which adds meaning to those parameters. However, sampleSize is not explicitly described, though 'sample' implies its purpose. The description partially compensates for the low coverage but could be more explicit about sampleSize and the relationship between urls and sitemapUrl.

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 extracts JSON-LD from pages, validates properties per schema type, flags invalid JSON/dates, and checks entity consistency. It lists specific schema types and mentions input methods. This distinguishes it from siblings like schema_validate (likely single-schema validation) and eeat_audit.

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

Usage Guidelines3/5

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

It explains how to invoke the tool ('Pass explicit urls or a sitemap to sample') but does not explicitly state when to choose this over alternative tools like schema_validate or site_crawl. The intended context is implied by the description but not spelled out with exclusions or comparisons.

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

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/Akxan/google-seo-mcp'

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