Skip to main content
Glama

HaloPSA MCP Server

halopsa_get_api_schemas

Retrieve API schema definitions from HaloPSA to understand request and response object structures for API endpoints, with filtering and pagination support.

Instructions

Get API schemas/models from the swagger definition. Shows the structure of request/response objects used by the API endpoints. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
schemaPatternNoOptional pattern to filter schemas by name (e.g., "Ticket", "Action", "Client")
limitNoMaximum number of schemas to return (default: 50)
skipNoNumber of matching schemas to skip for pagination (default: 0)
listNamesNoInclude list of all matching schema names (default: false, auto-included if ≤20 matches)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of schemas to return (default: 50)", "type": "number" }, "listNames": { "default": false, "description": "Include list of all matching schema names (default: false, auto-included if ≤20 matches)", "type": "boolean" }, "schemaPattern": { "description": "Optional pattern to filter schemas by name (e.g., \"Ticket\", \"Action\", \"Client\")", "type": "string" }, "skip": { "default": 0, "description": "Number of matching schemas to skip for pagination (default: 0)", "type": "number" } }, "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/Switchboard666/halopsa-mcp'

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