Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

start_working_session

Initiate work on a project's next step by specifying the project ID and next step ID, enabling efficient task tracking and workflow progression.

Instructions

Start working on a next step

Input Schema

NameRequiredDescriptionDefault
nextStepIdYesID of the next step to work on
projectIdYesProject identifier

Input Schema (JSON Schema)

{ "properties": { "nextStepId": { "description": "ID of the next step to work on", "type": "string" }, "projectId": { "description": "Project identifier", "type": "string" } }, "required": [ "projectId", "nextStepId" ], "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