URL / text summarizer
summarizeGenerate a concise 3-5 sentence summary of a webpage or raw text using an LLM. Ideal for agents needing a quick, information-dense digest without running their own fetch or summarization.
Instructions
Tight 3-5 sentence summary of a URL or a raw text block, via an LLM. Give it EXACTLY ONE of url (a page to fetch and summarize) or text (raw text to summarize directly). For agents/pipelines that need a fast, information-dense digest without running their own LLM call or web fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Page URL to fetch and summarize | |
| text | No | Raw text to summarize directly |