Project Handoffs MCP Server

by davidorex

get_next_step_history

Retrieve the full history of a next step, including session details and handoff actions, to ensure clear task tracking and workflow continuity for projects.

Instructions

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" }

You must be authenticated.

Other Tools from Project Handoffs MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidorex/project-handoffs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server