Extract email addresses from text
extract_emailsExtract all email addresses from free-form text and optionally deduplicate and lowercase them for clean output.
Instructions
Extract all email addresses found in a block of free-form text (notes, pasted documents, signatures). Optionally deduplicates and lowercases the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Free-form text to scan for email addresses. | |
| lowercase | No | Lowercase all extracted addresses. Default true. | |
| deduplicate | No | Remove duplicate addresses. Default true. |