integration_call
Call an external API through a registered integration adapter. Specify the app, integration name, HTTP method, path, and optional params/body; consent and egress lease must be active.
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 |