Skip to main content
Glama

FitSlot MCP Server

by osmarsant

create_ticket

Submit support requests to FitSlot by creating tickets with title, description, priority level, and user identification for issue resolution.

Instructions

Create a new support ticket in the FitSlot system

Input Schema

NameRequiredDescriptionDefault
titleYes
descriptionYes
priorityYes
userIdYes

Input Schema (JSON Schema)

{ "properties": { "description": { "_def": { "checks": [], "coerce": false, "description": "Detailed description of the issue or request", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "priority": { "_def": { "description": "Priority level of the ticket", "typeName": "ZodEnum", "values": [ "low", "medium", "high", "urgent" ] }, "~standard": { "vendor": "zod", "version": 1 } }, "title": { "_def": { "checks": [], "coerce": false, "description": "Title of the ticket", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } }, "userId": { "_def": { "checks": [], "coerce": false, "description": "ID of the user creating the ticket", "typeName": "ZodString" }, "~standard": { "vendor": "zod", "version": 1 } } }, "required": [ "title", "description", "priority", "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