Project Handoffs MCP Server
by davidorex
get_next_step_history
Get complete history of a next step including session and handoff
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | Project identifier | |
stepId | Yes | Next 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"
}