get_schema_markup
Extract schema.org JSON-LD structured data from a URL: every entity found (including ones nested in @graph), their types, and any malformed blocks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Extract schema.org JSON-LD structured data from a URL: every entity found (including ones nested in @graph), their types, and any malformed blocks
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover the safety profile with readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds genuine behavioral context beyond those annotations: it explains that the tool returns every entity, handles @graph nesting, and reports malformed blocks. No contradiction exists between the description and annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, information-dense sentence that front-loads the primary action and resource, then adds valuable output details after a colon. Every phrase contributes meaning, with no repetition of structured fields or unnecessary filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only tool with no output schema, the description explains the input source and the expected output contents well: entities, types, nested @graph structures, and malformed blocks. Minor gaps such as URL formatting or error handling are present, but they are not critical given the tool's simplicity and the supporting annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for explaining the url parameter. It only says 'from a URL', which adds little beyond what the parameter name already implies. It does not mention URL format, whether the URL should be absolute/encoded, or any other constraints, so the semantic contribution is minimal.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb, 'Extract', and names the exact resource: schema.org JSON-LD structured data from a URL. It goes further by specifying what is included—every entity, entities nested in @graph, types, and malformed blocks—making its purpose clear and distinguishable from sibling SEO analysis tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is implied: use this tool when you need JSON-LD schema markup from a given URL. The title 'Technical SEO: Schema Markup' reinforces the context. However, the description does not explicitly state when to prefer this tool over siblings or provide any exclusion criteria, so routing relies mostly on inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.