{"name":"summarize","description":"Condense long text into a tighter summary in the shape you actually need. Send text (up to 30,000 characters) and a style of tldr, bullets, paragraph, or executive, with an optional max_words target, and get back a summary string sized and structured to match. TLDR mode gives a one- or two-sentence takeaway, bullets gives 3-7 punchy points, paragraph gives one cohesive block, and executive gives a headline, key points, and a recommendation. Use it as a text summarizer, article condenser, or executive-summary generator for reports, articles, transcripts, or any long-form content you need to skim fast.","price":"$0.01","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Text to summarize. Max 30k chars."},"style":{"type":"string","description":"Summary format: tldr, bullets, paragraph, or executive. Optional, default tldr."},"max_words":{"type":"number","description":"Target word count for the summary. Optional, 1-1000."}},"required":["text"]},"input_example":{"text":"Long article text...","style":"tldr"},"output_example":{"summary":"...","style":"tldr"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}