Skip to main content
Glama

HaloPSA MCP Server

halopsa_table_info

Retrieve table structure details including columns, data types, nullable fields, and relationships to understand HaloPSA database schema for effective query planning.

Instructions

Get detailed information about a specific HaloPSA table including all columns, data types, nullable fields, and relationship suggestions. Use this to understand table structure before writing queries.

Input Schema

NameRequiredDescriptionDefault
tableNameYesName of the table to inspect. Example: FAULTS, USERS, SITE, ACTIONS, REQUESTTYPE

Input Schema (JSON Schema)

{ "properties": { "tableName": { "description": "Name of the table to inspect. Example: FAULTS, USERS, SITE, ACTIONS, REQUESTTYPE", "type": "string" } }, "required": [ "tableName" ], "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