cigchat_api_call
Call any cig.chat API endpoint directly when no dedicated tool exists. Authorization is handled automatically; just provide method, path, and optional body or query.
Instructions
Call any cig.chat API endpoint directly, for endpoints without a dedicated tool. Prefer the dedicated tool when one exists — it has a validated schema and safety checks that this does not. The Authorization header is added for you; never put a token in the arguments. Base URL is https://app.cig.chat/api. Full API reference: https://app.cig.chat/api
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | Path relative to the API base, e.g. "/flow/tags". Must start with "/". | |
| query | No | Query-string parameters. | |
| method | Yes | HTTP method. |