qualtrics_api_request
Send direct requests to any Qualtrics API v3 endpoint not covered by dedicated tools, using GET, POST, PUT, PATCH, DELETE with full control over path, query, and body. Use only when no dedicated tool exists.
Instructions
Advanced escape hatch for any Qualtrics API v3 endpoint not covered by a dedicated tool. Requests stay on the configured Qualtrics origin. GET is available in read-only mode; otherwise-unmapped writes require the HIGH-risk 'advanced' write scope. Known endpoints still require their normal least-privilege scope. Prefer dedicated tools when available because they validate payloads and provide safer defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST, PUT, or PATCH | |
| path | Yes | API v3 path beginning with '/', without the base URL or query string (for example, /directories) | |
| query | No | Query parameters; array values produce repeated parameters | |
| method | Yes | HTTP method | |
| confirmDelete | No | Must be true for DELETE requests |