Skip to main content
Glama

list_tickets

Retrieve user support tickets with optional status filtering to track and manage support requests within the FitSlot system.

Instructions

List all tickets for a user, optionally filtered by status

Input Schema

NameRequiredDescriptionDefault
userIdYes
statusNo

Input Schema (JSON Schema)

{ "properties": { "status": { "_def": { "description": "Filter by ticket status", "innerType": { "_def": { "typeName": "ZodEnum", "values": [ "open", "in_progress", "resolved", "closed" ] }, "~standard": { "vendor": "zod", "version": 1 } }, "typeName": "ZodOptional" }, "~standard": { "vendor": "zod", "version": 1 } }, "userId": { "_def": { "checks": [], "coerce": false, "description": "ID of the user", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "userId" ], "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/osmarsant/fitslot-mcp'

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