{"id":"html.headings","version":"1.0.0","category":"html","description":"Extract up to 200 headings with parent indices and skipped-level indicators.","priceMicroUsdc":300,"priceRevision":"2026-09-13-testnet","pricingStatus":"experimental-unbenchmarked","inputSchema":{"type":"object","properties":{"html":{"type":"string","maxLength":100000}},"required":["html"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"headings":{"type":"array","items":{"type":"object","properties":{"level":{"type":"number"},"text":{"type":"string"},"id":{"type":"string"},"parentIndex":{"type":["number","null"]},"skippedLevel":{"type":"boolean"}},"required":["level","text","id","parentIndex","skippedLevel"],"additionalProperties":false}},"total":{"type":"number"},"truncated":{"type":"boolean"}},"required":["headings","total","truncated"],"additionalProperties":false},"example":{"html":"<h1>Guide</h1><h3>Setup</h3>"},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/html.headings"}