Skip to main content
Glama

Plane MCP Server

Official
by makeplane

add_issue_comment

Enable users to add HTML comments to specific issues by providing project_id, issue_id, and comment_html parameters. Integrates with Plane MCP Server for streamlined project management.

Instructions

Add a comment to a specific issue. This requests project_id and issue_id as uuid parameters. If you have a readable identifier, you can use the get_issue_using_readable_identifier tool to get the issue_id and project_id

Input Schema

NameRequiredDescriptionDefault
comment_htmlYesThe html content of the comment to add
issue_idYesThe uuid identifier of the issue to get
project_idYesThe uuid identifier of the project to get issues for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment_html": { "description": "The html content of the comment to add", "type": "string" }, "issue_id": { "description": "The uuid identifier of the issue to get", "type": "string" }, "project_id": { "description": "The uuid identifier of the project to get issues for", "type": "string" } }, "required": [ "project_id", "issue_id", "comment_html" ], "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