Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

delete_project

Remove a project and its associated data to maintain organized workflows in AI session handoffs, using the projectId to identify and delete the specific project.

Instructions

Delete a project and all its data

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject identifier

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project identifier", "type": "string" } }, "required": [ "projectId" ], "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