Metis — Approve Proposal
approve_proposalApprove and apply a pending skill improvement proposal by writing it to the skill file, creating a backup, and marking it as approved. Uses the proposal ID from get_pending_proposals().
Instructions
Approve a pending skill improvement proposal and apply it.
Writes the proposed content to the agent's skill.md file and marks
the proposal as approved. Creates a backup of the current skill file first.
Args:
proposal_id: The numeric ID from get_pending_proposals()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |