{"name":"contract-terms-brief","description":"Pull SLA terms, named entities, PII flags, and a plain-language summary out of a contract or policy document in one call. Built for contract review, SLA extraction, agreement summary, and terms extraction workflows where an agent needs structured contract terms brief data before a human reads the full document. This is extraction only, not legal advice: it reports what the text states and does not interpret enforceability. Composite: one call runs sla-extract + extract-entities + detect-pii + summarize-text in parallel and merges results into named sections. Sends contract text (alias contract_text); returns sla_terms, entities, pii, and summary. Use it as a contract review assistant, SLA extraction API, or agreement summary tool.","price":"$0.05","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Contract, agreement, or policy text to extract terms and entities from. Non-empty, max 20000 chars. Alias: contract_text."},"contract_text":{"type":"string","description":"Alias for 'text'. Used only when 'text' is not provided."}},"required":["text"]},"input_example":{"text":"Vendor shall respond to Priority 1 incidents within 1 hour and resolve within 8 hours. Uptime commitment is 99.9% monthly. Failure to meet resolution times results in a 5% service credit. Escalation tier 2 is the Vendor Support Manager."},"output_example":{"note":"Extraction only, not legal advice. Terms and entities reflect the text provided and may not capture the full agreement.","sla_terms":{"response_times":["1 hour for Priority 1"],"resolution_times":["8 hours for Priority 1"],"uptime_pct":"99.9%","penalties":["5% service credit"],"escalation_tiers":["Tier 2: Vendor Support Manager"],"exclusions":[]},"entities":{"people":[],"organizations":["Vendor"],"locations":[],"dates":[],"emails":[],"urls":[],"phone_numbers":[],"amounts":[]},"pii":{"matches":[],"pii_density":0,"risk_level":"none"},"summary":{"text":"The vendor commits to responding to Priority 1 incidents within an hour, resolving them within 8 hours, and maintaining 99.9% uptime, with a 5% service credit if resolution times are missed."},"composed_of":["sla-extract","extract-entities","detect-pii","summarize-text"],"components":[{"name":"sla-extract","ok":true,"ms":3100},{"name":"extract-entities","ok":true,"ms":780}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}