Project Handoffs MCP Server

get_latest_next_steps

Get open next steps ordered by priority

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject identifier

Input Schema (JSON Schema)

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