extract_urls
Extract all URLs from any text input. Returns a list of web addresses found in the provided text.
Instructions
Extract all URLs from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to search for URLs |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |