Generic Cymulate REST API call
cymulate_api_callCall any Cymulate REST API endpoint not covered by dedicated tools, enabling access to the full API for custom integrations.
Instructions
Fallback tool to reach any of the 337 Cymulate REST endpoints not covered by first-class tools. Use when a first-class tool does not exist for the endpoint you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional request body (JSON) | |
| path | Yes | Path starting with /, e.g. /v1/edr/attacks or /v2/threats/{id} | |
| query | No | Optional query parameters | |
| method | Yes | HTTP method |