create_mid_call_tool
Create a new mid-call HTTP tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tool identifier: lowercase letters and underscores, starts with a letter | |
| method | Yes | ||
| schema | No | ||
| headers | No | ||
| timeout | No | Seconds, 1-30 | |
| endpoint | Yes | HTTPS URL to call | |
| description | Yes | When the AI should use it (max 255 chars) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| message | No |