Project Handoffs MCP Server

get_next_step_history

Get complete history of a next step including session and handoff

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject identifier
stepIdYesNext step ID

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project identifier", "type": "string" }, "stepId": { "description": "Next step ID", "type": "string" } }, "required": [ "projectId", "stepId" ], "type": "object" }