Skip to main content
POST

Overview

Execute up to 10 tool calls in a single request. Each call is executed independently — a failure in one does not affect others. Results are returned in the same order as the input calls. Auth: Requires API key (danube-api-key header). API key permissions are checked per tool.

Body Parameters

calls
array
required
Array of tool calls (1-10 items)

Response

results
array
Array of results in the same order as the input calls

Example

MCP Tool

This endpoint is also available as the batch_execute_tools MCP tool: