get_latest_next_steps
Retrieve prioritized next steps for a specific project to streamline task management and enhance workflow coordination on the Project Handoffs MCP Server.
Instructions
Get open next steps ordered by priority
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | Project identifier |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project identifier",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}