get_draft
Retrieve detailed information about a specific draft, including its latest revision, edit history, and resolved configuration.
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 |
|---|---|---|---|
| agent_id | Yes | The agent ID | |
| draft_id | Yes | The draft ID (returned by list_drafts, update_agent_config, or update_agent_prompt) | |
| limit | No | Max number of edit history entries to return (default 50) |