{"id":"web.robots-evaluate","version":"1.0.0","category":"web","description":"Evaluate supplied robots.txt for a URL and user agent; no network fetch.","priceMicroUsdc":300,"priceRevision":"2026-09-13-testnet","pricingStatus":"experimental-unbenchmarked","inputSchema":{"type":"object","properties":{"url":{"type":"string","maxLength":2048},"robots":{"type":"string","maxLength":100000},"userAgent":{"type":"string","minLength":1,"maxLength":200}},"required":["url","robots","userAgent"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"allowed":{"type":["boolean","null"]},"crawlDelay":{"type":["number","null"]},"sitemaps":{"type":"array","items":{"type":"string"}},"scope":{"type":"string"}},"required":["allowed","crawlDelay","sitemaps","scope"],"additionalProperties":false},"example":{"url":"https://example.com/private","robots":"User-agent: *\nDisallow: /private","userAgent":"ExampleBot"},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":false,"route":"/v1/tools/web.robots-evaluate"}