{"id":"html.main-text","version":"1.0.0","category":"html","description":"Extract article text from supplied HTML.","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":{"title":{"type":"string"},"text":{"type":"string"},"method":{"type":"string"}},"required":["title","text","method"],"additionalProperties":false},"example":{"html":"<html><head><title>Field notes</title></head><body><article><h1>Field notes</h1><p>Agents need predictable, bounded tools with clear prices and useful outputs.</p></article></body></html>"},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/html.main-text"}