Skip to main content
Glama

Plane MCP Server

Official
by makeplane

delete_issue_type

Remove an issue type from a project using its unique identifier. This tool helps streamline project management by decluttering outdated or unused issue types in the Plane MCP Server.

Instructions

Delete an issue type

Input Schema

NameRequiredDescriptionDefault
project_idYesThe uuid identifier of the project containing the issue type
type_idYesThe uuid identifier of the issue type to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The uuid identifier of the project containing the issue type", "type": "string" }, "type_id": { "description": "The uuid identifier of the issue type to delete", "type": "string" } }, "required": [ "project_id", "type_id" ], "type": "object" }

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/makeplane/plane-mcp-server'

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