paperclip_request_revision
Request a revision on a pending approval, returning it to the requester for changes. Provide optional feedback on what needs to change.
Instructions
⚠ Board-only: Request a revision on a pending approval, returning it to the requester for changes.
Args:
approvalId: string — Approval UUID (example: "apr_abc123")
feedback: string (optional) — Specific feedback on what needs to change
Returns: Returns the updated approval with status:'revision_requested'.
Examples:
Use when: asking an agent to revise a hire proposal before board approval (requires board API key)
Don't use when: you want to outright deny the request — use paperclip_reject instead
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
403: permission denied → this tool requires a board (human) API key
404: approval not found → verify ID with paperclip_list_approvals
422: approval is not in a revisable state → check current status with paperclip_get_approval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approvalId | Yes | Approval UUID | |
| feedback | No | Feedback on what needs to change |