Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

create_project

Initiate a new project to organize and track AI session handoffs, ensuring clear task prioritization and streamlined workflow management.

Instructions

Create a new project for tracking AI session handoffs

Input Schema

NameRequiredDescriptionDefault
descriptionYesProject description
nameYesProject name

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Project description", "type": "string" }, "name": { "description": "Project name", "type": "string" } }, "required": [ "name", "description" ], "type": "object" }
Install Server

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