Skip to main content
Glama

web.metadata

Read-onlyIdempotent

Extract webpage metadata from one public URL: page title, meta description, canonical URL, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, and JSON-LD Schema.org types, with redirect and response provenance plus privacy-safe, publisher-asserted Organization facts with field evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesStructured Webpage metadata extraction result
metaYes
serviceYes
versionYes
request_idYesUnique request identifier

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed8 schema fields changed
    • changedOutput schema / properties / data / description
      Previous value: -"Structured Metadata extraction result"New value: +"Structured Webpage metadata extraction result"
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / checkout_path
      Added value: +{
      +  "pattern": "^/try/",
      +  "type": "string"
      +}
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / executes_automatically
      Added value: +{
      +  "const": false,
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / handoff_path
      Added value: +{
      +  "description": "Free full contract and spend-capped command handoff; reading it does not execute or purchase the follow-up.",
      +  "pattern": "^/catalog/",
      +  "type": "string"
      +}
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / handoff_payment_required
      Added value: +{
      +  "const": false,
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / maximum_atomic_usdc
      Added value: +{
      +  "pattern": "^[1-9][0-9]*$",
      +  "type": "string"
      +}
    • addedOutput schema / properties / meta / properties / next_actions / items / properties / sample_path
      Added value: +{
      +  "pattern": "^/samples/",
      +  "type": [
      +    "string",
      +    "null"
      +  ]
      +}
    • changedOutput schema / properties / meta / properties / next_actions / items / required
      Previous value: -[
      -  "service",
      -  "title",
      -  "reason",
      -  "method",
      -  "path",
      -  "price",
      -  "input_template",
      -  "use_output",
      -  "authorization_required"
      -]New value: +[
      +  "service",
      +  "title",
      +  "reason",
      +  "method",
      +  "path",
      +  "price",
      +  "input_template",
      +  "use_output",
      +  "handoff_path",
      +  "checkout_path",
      +  "sample_path",
      +  "maximum_atomic_usdc",
      +  "handoff_payment_required",
      +  "executes_automatically",
      +  "authorization_required"
      +]
  2. Changed4 schema fields changed
    • addedOutput schema / properties / data / properties / structuredData / additionalProperties
      Added value: +false
    • addedOutput schema / properties / data / properties / structuredData / description
      Added value: +"Bounded JSON-LD inventory plus privacy-safe, publisher-asserted Organization facts. These facts do not verify identity, domain ownership, or legal status."
    • addedOutput schema / properties / data / properties / structuredData / properties
      Added value: +{
      +  "blocks": {
      +    "minimum": 0,
      +    "type": "integer"
      +  },
      +  "invalidBlocks": {
      +    "minimum": 0,
      +    "type": "integer"
      +  },
      +  "organizationFacts": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "additionalNetworkRequestsMade": {
      +        "const": 0,
      +        "type": "integer"
      +      },
      +      "conflicts": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "discardedValueSha256": {
      +              "pattern": "^[0-9a-f]{64}$",
      +              "type": "string"
      +            },
      +            "entity": {
      +              "type": "string"
      +            },
      +            "field": {
      +              "type": "string"
      +            },
      +            "keptValueSha256": {
      +              "pattern": "^[0-9a-f]{64}$",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "entity",
      +            "field",
      +            "keptValueSha256",
      +            "discardedValueSha256"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "domainOwnershipVerified": {
      +        "const": false,
      +        "type": "boolean"
      +      },
      +      "identityVerified": {
      +        "const": false,
      +        "type": "boolean"
      +      },
      +      "legalStatusVerified": {
      +        "const": false,
      +        "type": "boolean"
      +      },
      +      "limits": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "maxDepth": {
      +            "const": 20,
      +            "type": "integer"
      +          },
      +          "maxInputCharacters": {
      +            "const": 500000,
      +            "type": "integer"
      +          },
      +          "maxObjectNodes": {
      +            "const": 500,
      +            "type": "integer"
      +          },
      +          "maxScriptsProcessed": {
      +            "const": 100,
      +            "type": "integer"
      +          },
      +          "processingBudgetMs": {
      +            "const": 1000,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "maxScriptsProcessed",
      +          "maxInputCharacters",
      +          "maxObjectNodes",
      +          "maxDepth",
      +          "processingBudgetMs"
      +        ],
      +        "type": "object"
      +      },
      +      "method": {
      +        "const": "apiacre-schemaorg-organization-facts/1",
      +        "type": "string"
      +      },
      +      "nodesSeen": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "organizations": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "evidence": {
      +              "items": {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "blockIndex": {
      +                    "minimum": 0,
      +                    "type": "integer"
      +                  },
      +                  "field": {
      +                    "enum": [
      +                      "name",
      +                      "url",
      +                      "image",
      +                      "description",
      +                      "legalName",
      +                      "logo",
      +                      "sameAs"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "jsonPointer": {
      +                    "type": "string"
      +                  },
      +                  "valueSha256": {
      +                    "pattern": "^[0-9a-f]{64}$",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "field",
      +                  "blockIndex",
      +                  "jsonPointer",
      +                  "valueSha256"
      +                ],
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "fields": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "description": {
      +                  "type": [
      +                    "string",
      +                    "number",
      +                    "boolean"
      +                  ]
      +                },
      +                "image": {
      +                  "oneOf": [
      +                    {
      +                      "type": "string"
      +                    },
      +                    {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "type": "array"
      +                    }
      +                  ]
      +                },
      +                "legalName": {
      +                  "type": [
      +                    "string",
      +                    "number",
      +                    "boolean"
      +                  ]
      +                },
      +                "logo": {
      +                  "oneOf": [
      +                    {
      +                      "type": "string"
      +                    },
      +                    {
      +                      "items": {
      +                        "type": "string"
      +                      },
      +                      "type": "array"
      +                    }
      +                  ]
      +                },
      +                "name": {
      +                  "type": [
      +                    "string",
      +                    "number",
      +                    "boolean"
      +                  ]
      +                },
      +                "sameAs": {
      +                  "items": {
      +                    "type": "string"
      +                  },
      +                  "type": "array",
      +                  "uniqueItems": true
      +                },
      +                "url": {
      +                  "type": "string"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "id": {
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "type": {
      +              "const": "Organization",
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "type",
      +            "id",
      +            "fields",
      +            "evidence"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "organizationsReturned": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "publisherAsserted": {
      +        "const": true,
      +        "type": "boolean"
      +      },
      +      "scope": {
      +        "type": "string"
      +      },
      +      "scriptsProcessed": {
      +        "maximum": 100,
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "scriptsSeen": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "sourceScriptsSha256": {
      +        "pattern": "^[0-9a-f]{64}$",
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "status": {
      +        "enum": [
      +          "none",
      +          "complete",
      +          "truncated",
      +          "skipped_oversize",
      +          "skipped_invalid_or_complex"
      +        ],
      +        "type": "string"
      +      },
      +      "vocabulary": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "license": {
      +            "const": "CC BY-SA 3.0",
      +            "type": "string"
      +          },
      +          "licenseUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "name": {
      +            "const": "Schema.org",
      +            "type": "string"
      +          },
      +          "url": {
      +            "format": "uri",
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "name",
      +          "url",
      +          "license",
      +          "licenseUrl"
      +        ],
      +        "type": "object"
      +      },
      +      "warnings": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "status",
      +      "method",
      +      "scope",
      +      "publisherAsserted",
      +      "identityVerified",
      +      "domainOwnershipVerified",
      +      "legalStatusVerified",
      +      "additionalNetworkRequestsMade",
      +      "sourceScriptsSha256",
      +      "vocabulary",
      +      "scriptsSeen",
      +      "scriptsProcessed",
      +      "nodesSeen",
      +      "organizationsReturned",
      +      "organizations",
      +      "conflicts",
      +      "warnings",
      +      "limits"
      +    ],
      +    "type": "object"
      +  },
      +  "truncated": {
      +    "type": "boolean"
      +  },
      +  "types": {
      +    "items": {
      +      "type": "string"
      +    },
      +    "type": "array",
      +    "uniqueItems": true
      +  },
      +  "validBlocks": {
      +    "minimum": 0,
      +    "type": "integer"
      +  }
      +}
    • addedOutput schema / properties / data / properties / structuredData / required
      Added value: +[
      +  "blocks",
      +  "validBlocks",
      +  "invalidBlocks",
      +  "types",
      +  "truncated",
      +  "organizationFacts"
      +]
  3. Changed13 schema fields changed
    • addedOutput schema / properties / data / properties / alternates
      Added value: +{
      +  "items": {},
      +  "type": "array"
      +}
    • addedOutput schema / properties / data / properties / document
      Added value: +{
      +  "type": "object"
      +}
    • addedOutput schema / properties / data / properties / feeds
      Added value: +{
      +  "items": {},
      +  "type": "array"
      +}
    • addedOutput schema / properties / data / properties / headings
      Added value: +{
      +  "type": "object"
      +}
    • addedOutput schema / properties / data / properties / icons
      Added value: +{
      +  "items": {},
      +  "type": "array"
      +}
    • changedOutput schema / properties / data / properties / language / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • addedOutput schema / properties / data / properties / redirected
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / data / properties / requestedUrl
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / data / properties / response
      Added value: +{
      +  "type": "object"
      +}
    • addedOutput schema / properties / data / properties / structuredData
      Added value: +{
      +  "type": "object"
      +}
    • changedOutput schema / properties / data / properties / title / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • addedOutput schema / properties / meta / properties / next_actions
      Added value: +{
      +  "description": "Optional separately priced follow-up calls. Each action requires a new payment challenge and explicit buyer authorization.",
      +  "items": {
      +    "properties": {
      +      "authorization_required": {
      +        "const": true,
      +        "type": "boolean"
      +      },
      +      "input_template": {
      +        "description": "Client-side template only: $request refers to the original input, $result to this response, and $json(...) serializes its argument. The server does not execute the follow-up.",
      +        "type": "object"
      +      },
      +      "method": {
      +        "const": "POST",
      +        "type": "string"
      +      },
      +      "path": {
      +        "pattern": "^/v1/",
      +        "type": "string"
      +      },
      +      "price": {
      +        "pattern": "^\\$[0-9]+",
      +        "type": "string"
      +      },
      +      "reason": {
      +        "type": "string"
      +      },
      +      "service": {
      +        "type": "string"
      +      },
      +      "title": {
      +        "type": "string"
      +      },
      +      "use_output": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "service",
      +      "title",
      +      "reason",
      +      "method",
      +      "path",
      +      "price",
      +      "input_template",
      +      "use_output",
      +      "authorization_required"
      +    ],
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
    • changedOutput schema / properties / meta / required
      Previous value: -[
      -  "duration_ms",
      -  "cached",
      -  "sources",
      -  "warnings"
      -]New value: +[
      +  "duration_ms",
      +  "cached",
      +  "sources",
      +  "warnings",
      +  "next_actions"
      +]
  4. Changed2 schema fields changed
    • changedOutput schema / properties / data / properties / canonical / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedOutput schema / properties / data / properties / description / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
  5. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior, so the safety profile is clear. The description adds context about redirect and response provenance, plus privacy-safe, publisher-asserted Organization facts with field evidence, which goes beyond the annotations without contradicting them.

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 dense sentence that front-loads the core purpose and then lists many outputs. It is efficient but somewhat run-on; breaking the metadata list into separate clauses would improve readability without adding length.

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 tool has an output schema, so return values are documented elsewhere. The description covers the main metadata categories and adds provenance details, making it complete for a read-only single-URL tool. No major gaps are present.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the single 'url' parameter is self-explanatory. The description reinforces that it must be a 'public URL', adding a real constraint not present in the bare schema. It also implies the URL should be a single URL, not a batch.

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 starts with 'Extract webpage metadata from one public URL', using a specific verb and resource. It enumerates a detailed list of metadata types (title, description, canonical, headings, hreflang, icons, feeds, Open Graph, Twitter Cards, JSON-LD), which clearly distinguishes it from sibling extractors like web.extract or web.links.

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?

The scope is implied to be 'one public URL', but the description does not explicitly state when to use this tool versus alternatives like web.extract or web.seo-audit. No exclusions or alternative suggestions are provided.

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.

Resources