Call a Paperclip operation
paperclip_call_operationExecute one allowlisted Paperclip API operation securely. The path is predefined; caller-provided URLs, headers, and authorization are never accepted.
Instructions
Call one exact operation from paperclip_list_operations. The path is allowlisted; caller-provided URLs, headers, cookies, and authorization values are never accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | No | ||
| query | No | ||
| multipart | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| headers | Yes | ||
| encoding | Yes | ||
| status_code | Yes | ||
| content_type | Yes |