integration_call
Call external APIs through registered integration adapters, enforcing strict egress permissions and lease requirements for secure access.
Instructions
Call an external API through a registered integration adapter.
Egress needs THREE keys, all held at once: the 'integration_net' capability
in this app's manifest (own line — NOT granted by task_net, integration_call,
or full_access), the operator's standing consent.internet, and an unexpired
egress lease issued via willow-mcp grant-net. Declared stubs refuse with
what is missing and what earns their implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | Yes | ||
| path | Yes | ||
| app_id | Yes | ||
| method | Yes | ||
| params | No |