Skip to main content
Glama
NightSquawk

tacticalrmm-mcp-server

by NightSquawk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TACTICALRMM_API_KEYYesTacticalRMM API key, sent as X-API-KEY
TACTICALRMM_BASE_URLYesBase URL of your TacticalRMM API host, e.g. https://api.your-instance.example.com
TACTICALRMM_TIMEOUT_MSNoHTTP request timeout in milliseconds30000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tacticalrmm_get_server_infoA

Read TacticalRMM server version and dashboard information from /core/version/ and /core/dashinfo/.

tacticalrmm_list_clientsA

List clients visible to the TacticalRMM API key from /clients/. This tool is read-only.

tacticalrmm_list_agentsA

List agents visible to the TacticalRMM API key from /agents/ with optional client, site, monitoring_type, and detail filters.

tacticalrmm_get_agentA

Get one TacticalRMM agent record by agent_id from /agents//. This tool is read-only.

tacticalrmm_list_agent_softwareA

List software inventory for a TacticalRMM agent from /software//. This tool is read-only.

tacticalrmm_list_sitesB

List TacticalRMM sites from /clients/sites/. This tool is read-only.

tacticalrmm_list_agent_servicesA

List Windows service inventory for an agent from /services//. This tool is read-only.

tacticalrmm_list_win_updatesA

List Windows Update inventory for an agent from /winupdate//. This tool is read-only and does not scan or install updates.

tacticalrmm_list_alertsA

List TacticalRMM alerts from /alerts/. This tool is read-only; TacticalRMM expects a PATCH query for alert filters.

tacticalrmm_list_checksB

List TacticalRMM checks from /checks/. This tool is read-only.

tacticalrmm_list_agent_checksA

List checks assigned to one TacticalRMM agent from /agents//checks/. This tool is read-only.

tacticalrmm_get_check_historyA

Read history for one TacticalRMM check from /checks//history/. This tool is read-only.

tacticalrmm_list_tasksA

List TacticalRMM automated tasks from /tasks/. This tool is read-only and does not run tasks.

tacticalrmm_list_agent_tasksA

List automated tasks assigned to one TacticalRMM agent from /agents//tasks/. This tool is read-only.

tacticalrmm_list_scriptsA

List scripts from the TacticalRMM script library at /scripts/. This tool is read-only and does not run scripts.

tacticalrmm_list_policiesA

List automation policies from /automation/policies/. This tool is read-only.

tacticalrmm_list_agent_historyA

List history for one TacticalRMM agent from /agents//history/. This tool is read-only.

tacticalrmm_list_agent_notesA

List notes for one TacticalRMM agent from /agents//notes/. This tool is read-only.

tacticalrmm_list_pending_actionsA

List global pending actions from /logs/pendingactions/. This tool is read-only.

tacticalrmm_list_agent_pending_actionsA

List pending actions for one TacticalRMM agent from /agents//pendingactions/. This tool is read-only.

tacticalrmm_get_custom_fieldsA

List TacticalRMM custom fields from /core/customfields/. This tool is read-only.

tacticalrmm_get_audit_logsA

Query TacticalRMM audit logs from /logs/audit/. This is a read-only audit-log query; TacticalRMM examples use a PATCH request body for filters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/NightSquawk/tacticalrmm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server