get_draft
Retrieve detailed information about a specific draft, including its latest revision, edit history (section changes per revision), and resolved config. Requires draft ID from list_drafts.
Instructions
Get detailed information about a specific draft, including its latest revision, edit history (which sections changed per revision), and resolved config. Use list_drafts first to find draft IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of edit history entries to return (default 50) | |
| agent_id | Yes | The agent ID | |
| draft_id | Yes | The draft ID (returned by list_drafts, update_agent_config, or update_agent_prompt) |