Skip to main content
Glama

mcptix

by ownlytics

add_comment

Use this tool to add comments to tickets in mcptix, specifying author, content, status, and type to enhance ticket tracking and task management.

Instructions

Add a comment to a ticket

Input Schema

NameRequiredDescriptionDefault
authorNoComment authoragent
contentYesComment content
statusNoComment statusopen
ticket_idYesTicket ID
typeNoComment typecomment

Input Schema (JSON Schema)

{ "properties": { "author": { "default": "agent", "description": "Comment author", "enum": [ "developer", "agent" ], "type": "string" }, "content": { "description": "Comment content", "type": "string" }, "status": { "default": "open", "description": "Comment status", "enum": [ "open", "in_progress", "resolved", "wont_fix" ], "type": "string" }, "ticket_id": { "description": "Ticket ID", "type": "string" }, "type": { "default": "comment", "description": "Comment type", "enum": [ "comment", "request_changes", "change_proposal" ], "type": "string" } }, "required": [ "ticket_id", "content" ], "type": "object" }

You must be authenticated.

Other Tools from mcptix

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/ownlytics/mcptix'

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