{"id":"html.tables","version":"1.0.0","category":"html","description":"Extract source table cells without expanding spans.","priceMicroUsdc":500,"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":{"tables":{"type":"array","items":{"type":"object","properties":{"caption":{"type":"string"},"rows":{"type":"array","items":{"type":"array","items":{"type":"string"}}},"hasSpans":{"type":"boolean"}},"required":["caption","rows","hasSpans"],"additionalProperties":false}},"spanPolicy":{"type":"string"}},"required":["tables","spanPolicy"],"additionalProperties":false},"example":{"html":"<table><tr><th>Item</th></tr><tr><td>Cup</td></tr></table>"},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/html.tables"}