Skip to main content
Glama

HaloPSA MCP Server

halopsa_list_tables

Discover available tables in the HaloPSA database to identify what data can be queried. Use this tool to explore database structure before writing SQL queries.

Instructions

List all available tables in the HaloPSA database by querying sys.tables. Returns a complete list of all tables that can be queried. Use this to discover what data is available before writing queries.

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter to search for specific tables. Example: "fault", "user", "ticket"

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Optional filter to search for specific tables. Example: \"fault\", \"user\", \"ticket\"", "type": "string" } }, "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