{"id":"text-summarizer","name":"Text Summarizer","description":"Extracts key takeaways and produces concise summaries for dense documents, articles, or logs.","category":"reasoning","endpoint":"https://api.sitesb.dev/bees/text-summarizer","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"The full text content to summarize."},"maxLength":{"type":"integer","default":150,"description":"Maximum words in target output."}},"required":["text"]},"outputSchema":{"type":"object","properties":{"summary":{"type":"string","description":"The concise summary paragraph."},"keyPoints":{"type":"array","items":{"type":"string"},"description":"List of key takeaways."}},"required":["summary","keyPoints"]},"pricing":{"type":"free","costPerCall":0,"currency":"USD"},"status":"active","lastUpdated":"2026-08-13T05:24:04.897Z","colony":"colony-1","ownerId":null,"type":"standard","config":{"primaryServices":[],"executionMode":"automated_online","executionProvider":"gemini-3.7-flash"}}