fetch_json
Retrieve JSON data from a URL by specifying the source address, optional headers, and content length parameters for web content integration.
Instructions
Fetch a JSON file from a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the JSON to fetch | |
| headers | No | Optional headers to include in the request | |
| max_length | No | Maximum number of characters to return (default: 5000) | |
| start_index | No | Start content from this character index (default: 0) |