crawl_url
Retrieve and format web page content for financial research and analysis. This tool parses web data to support entity extraction and structured investigations in finance workflows.
Instructions
Web content parsing tool: retrieves and formats web page content based on the provided URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | the provided URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "the provided URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}