Batch Get Mapbox Documents Tool
batch_get_documents_toolFetch multiple Mapbox documentation pages in one call. Returns content for up to 20 pages, with errors for failed pages instead of failing the entire batch.
Instructions
Fetch the full content of multiple Mapbox documentation pages in a single call (max 20). More efficient than calling get_document_tool multiple times. Returns an array of results — failed pages include an error message rather than failing the whole batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of Mapbox documentation page URLs to fetch (max 20). All must be mapbox.com URLs. |