Documentation v1.0
Docs Drafts Drafts in MCP

Drafts in MCP

Drafts are exposed to coding agents via the MCP server the same way regular stories are. get_my_work, list_stories, get_story, update_story, and add_comment all include drafts (filtered to your personal project) so an agent like Claude Code or Cursor can see and update them.

This means an agent working with your context can:

  • List your drafts via list_stories (filter by your personal project ID)
  • Pull full draft details via get_story
  • Update priority, points, status, due date via update_story
  • Add comments to a draft via add_comment

For agent-driven story creation, use create_story with a sprint ID — drafts are intentionally not creatable from MCP since the workflow is "agent helps with committed work" rather than "agent fills my personal scratchpad."

Last updated July 18, 2026