Raw Paperclip API fallback
paperclip_rawCall relative API endpoints without dedicated tools using raw HTTP methods; reads return Markdown or snapshot links, mutations return a compact acknowledgement.
Instructions
Fallback for Paperclip endpoints not covered by dedicated tools. Relative same-origin paths only. GET/HEAD return Markdown inline below the configured token threshold and otherwise only a new immutable snapshot path; mutations return only a compact acknowledgement. Prefer dedicated tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | Relative Paperclip path such as /api/companies/...; external URLs are rejected. | |
| query | No | ||
| method | No | GET | |
| all_fields | No | For read responses, keep every returned field in the rendered Markdown. Delivery threshold behavior is unchanged. |