| name | summarize |
| description | Summarize content from URLs, documents, or text. Use when the user wants a quick summary of something. |
| argument-hint | ["url or text"] |
| allowed-tools | web_fetch, read |
Instructions
Summarize the following content: $ARGUMENTS
Steps
- If the input is a URL, fetch the content using web_fetch
- If the input is a file path, read the file
- Otherwise, treat the input as text to summarize
Output Format
Provide a summary with:
- TL;DR: One sentence summary
- Key Points: 3-5 bullet points of the main ideas
- Notable Details: Any important specifics worth highlighting
Keep the summary concise but comprehensive. Adapt the length based on the source content.