text_extract_urls
Extract URLs from text with filtering by scheme, host, or pattern. Sort, deduplicate, and include surrounding context for each URL.
Instructions
Menu ID: extract_urls. Extract URLs. Extract URLs from text with filtering by scheme, host, or pattern. Sort, deduplicate, and capture context. Supports HTTP, HTTPS, FTP, and custom schemes. Use describe_tool with tool_id "extract_urls" for full page guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| extractionMode | Yes | ||
| customSchemes | Yes | ||
| removeDuplicates | Yes | ||
| sortResults | Yes | ||
| includeContext | Yes | ||
| contextLength | Yes |