mcptix

by ownlytics
Verified

list_tickets

Retrieve and manage tickets in mcptix with filtering, sorting, and pagination options to streamline project task tracking and organization.

Instructions

List tickets with optional filtering, sorting, and pagination

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tickets to return
offsetNoNumber of tickets to skip
orderNoSort orderdesc
priorityNoFilter by priority
searchNoSearch term for title and description
sortNoSort fieldupdated
statusNoFilter by status

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "description": "Maximum number of tickets to return", "type": "number" }, "offset": { "default": 0, "description": "Number of tickets to skip", "type": "number" }, "order": { "default": "desc", "description": "Sort order", "enum": [ "asc", "desc" ], "type": "string" }, "priority": { "description": "Filter by priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "search": { "description": "Search term for title and description", "type": "string" }, "sort": { "default": "updated", "description": "Sort field", "type": "string" }, "status": { "description": "Filter by status", "enum": [ "backlog", "up-next", "in-progress", "in-review", "completed" ], "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from mcptix

Related Tools

ID: h5ddf7koc1