Skip to main content
Glama

HaloPSA MCP Server

halopsa_api_call

Execute authenticated API calls to HaloPSA endpoints for managing tickets, actions, and other PSA data operations using HTTP methods like GET, POST, PUT, PATCH, and DELETE.

Instructions

Make authenticated API calls to any HaloPSA endpoint. Use this after finding the right endpoint with schema tools.

Input Schema

NameRequiredDescriptionDefault
pathYesAPI endpoint path (e.g., "/api/Ticket", "/api/Actions")
methodNoHTTP method to useGET
bodyNoRequest body data for POST/PUT/PATCH requests
queryParamsNoURL query parameters as key-value pairs

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Request body data for POST/PUT/PATCH requests", "type": "object" }, "method": { "default": "GET", "description": "HTTP method to use", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "type": "string" }, "path": { "description": "API endpoint path (e.g., \"/api/Ticket\", \"/api/Actions\")", "type": "string" }, "queryParams": { "additionalProperties": { "type": "string" }, "description": "URL query parameters as key-value pairs", "type": "object" } }, "required": [ "path" ], "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