CloudKit: Raw Request
cloudkit_requestIssue an arbitrary CloudKit management API request to access undocumented endpoints that dedicated tools do not cover. Prefer specific tools when available; this fallback supports GET requests only.
Instructions
Escape hatch: issue an arbitrary CloudKit management API request. The other cloudkit_* tools cover the documented-by-observation routes; this exists because the API is undocumented, so one endpoint being shaped differently than expected should not make the rest unreachable. Prefer a specific tool when one fits. Only GET is available while writes are disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| path | Yes | Absolute API path, e.g. "/v1/database/teams/{teamId}/containers/{containerId}/environments/DEVELOPMENT/recordTypes". | |
| method | No | HTTP method. | GET |
| confirm | No | Required for any method other than GET. Explicit acknowledgement of a write. |