Skip to main content
Glama

HaloPSA MCP Server

halopsa_search_api_endpoints

Search HaloPSA API endpoints using keywords to find relevant paths, summaries, and descriptions for integration and data access.

Instructions

Search for API endpoints by keywords. Returns matching endpoints with basic info. Use halopsa_get_api_endpoint_details for full details of specific endpoints. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query to find endpoints (searches in paths, summaries, descriptions, and tags)
limitNoMaximum number of results to return (default: 50)
skipNoNumber of results to skip for pagination (default: 0)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 50, "description": "Maximum number of results to return (default: 50)", "type": "number" }, "query": { "description": "Search query to find endpoints (searches in paths, summaries, descriptions, and tags)", "type": "string" }, "skip": { "default": 0, "description": "Number of results to skip for pagination (default: 0)", "type": "number" } }, "required": [ "query" ], "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