The fetch tool lets agents make HTTP requests to external URLs. The agent can read web pages, call REST APIs, download data, and interact with web services — with support for multiple URLs in a single call.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/docker/docker-agent/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
Options
Default request timeout in seconds. Can be overridden per-call by the agent.
Custom timeout
Fetch tool parameters
When the agent calls thefetch tool, it passes these parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
urls | string[] | Yes | One or more URLs to fetch. Multiple URLs are fetched and returned together. |
timeout | integer | No | Per-call timeout in seconds. Overrides the toolset default. |
format | string | No | Response format: markdown (default for HTML) or text. |
Example agent
fetch_docker.yaml
Security considerations
Related
API
Expose specific HTTP endpoints as structured tools.
Script
Run curl commands as predefined shell scripts.
Shell
Execute arbitrary commands including curl and wget.
Tools overview
Compare all built-in toolsets.