Skip to main content
Glama

WordPress Trac MCP Server

by Jameswlepage

getTicket

Retrieve detailed information about a WordPress Trac ticket, including description, comments, and metadata, by specifying the ticket ID. Use this tool to track development progress and access discussions efficiently.

Instructions

Get detailed information about a specific WordPress Trac ticket including description, comments, and metadata.

Input Schema

NameRequiredDescriptionDefault
commentLimitNoMaximum number of comments to return (default: 10, max: 50)
idYesTrac ticket ID number
includeCommentsNoInclude ticket comments and discussion (default: true)

Input Schema (JSON Schema)

{ "properties": { "commentLimit": { "default": 10, "description": "Maximum number of comments to return (default: 10, max: 50)", "type": "number" }, "id": { "description": "Trac ticket ID number", "type": "number" }, "includeComments": { "default": true, "description": "Include ticket comments and discussion (default: true)", "type": "boolean" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from WordPress Trac 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/Jameswlepage/trac-mcp'

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