{"name":"summarize-text","description":"Condense long text into a shorter summary. Send text (up to 30,000 characters) with an optional style, choosing from tldr, bullets, paragraph, or executive, plus an optional max_words target, and it returns a summary sized and structured to match, along with input and output character counts. Executive style adds a headline, key points, and a recommendation line. Use it as a text summarizer, article condenser, or executive summary generator for reports and long documents.","price":"$0.01","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Max 30,000 chars."},"style":{"type":"string","enum":["tldr","bullets","paragraph","executive"],"description":"Summary style: 'tldr' (default), 'bullets', 'paragraph', or 'executive'."},"max_words":{"type":"number","description":"Optional. Target word count, 1-1000."}},"required":["text"]},"input_example":{"text":"Long article text...","style":"bullets"},"output_example":{"summary":"- Point 1\n- Point 2","style":"bullets"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}