Skip to main content
Glama

HaloPSA MCP Server

halopsa_list_api_endpoints

Discover available API endpoints in HaloPSA with their paths, methods, and summaries. Use this tool to explore what endpoints are available before retrieving detailed information.

Instructions

List all API endpoints with their paths, methods, and summaries. Use this first to discover available endpoints, then use halopsa_get_api_endpoint_details for full details. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
categoryNoOptional category filter (e.g., "Tickets", "Actions", "Clients", "Sites")
limitNoMaximum number of endpoints to return (default: 100)
skipNoNumber of endpoints to skip for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Optional category filter (e.g., \"Tickets\", \"Actions\", \"Clients\", \"Sites\")", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of endpoints to return (default: 100)", "type": "number" }, "skip": { "default": 0, "description": "Number of endpoints 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