cache_edit_and_approve_proposal
Modify a pending threshold or TTL proposal and approve it immediately in a single step. Include an optional actor for audit. Invalidate proposals remain unchanged.
Instructions
Edit an existing pending proposal and approve it in one step. Provide exactly one edit field matching the proposal type: new_threshold for threshold_adjust, new_ttl_seconds for tool_ttl_adjust. Invalidate proposals are not editable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Optional actor identity stamped into the audit trail | |
| proposal_id | Yes | Proposal id | |
| new_threshold | No | For threshold_adjust proposals | |
| new_ttl_seconds | No | For tool_ttl_adjust proposals |