GET any panel API path
calagopus_getPerform raw authenticated GET requests to any API path on the Calagopus panel, returning JSON verbatim for endpoints not covered by dedicated tools.
Instructions
Escape hatch: issue a raw authenticated GET against any path on the configured panel and return the JSON verbatim. Use it for endpoints the dedicated tools do not cover — find paths with calagopus_list_endpoints first. Only GET is possible; this server cannot create, modify or delete anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path on the configured panel, e.g. /api/admin/nodes/{uuid}/capacity. Must be a path, not a full URL. | |
| query | No | Query string parameters, e.g. { page: "2", per_page: "50" }. |