execute
Routes API calls to optimal services based on capability, cost constraints, and region, returning results with metadata on service used, cost, and latency.
Instructions
Route to the best service and execute the API call. Returns result with metadata (service used, cost, latency).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capability | Yes | What you need, e.g. 'geocoding', 'translation' | |
| input | Yes | Service-specific input (e.g. { query: 'Berlin' } for geocoding, { text: 'Hello', target: 'de' } for translation) | |
| constraint | No | Cost constraint: 'free' = only free services, 'cheapest' = prefer lowest cost, 'any' = best overall | any |
| region | No | Preferred region, e.g. 'eu', 'us'. Omit for global. |