cache_edit_and_approve_proposal
Update a pending threshold or TTL adjustment proposal and approve it immediately. Provide the new threshold for threshold_adjust or new TTL seconds for tool_ttl_adjust.
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 |