Skip to main content
Glama
NightSquawk

tacticalrmm-mcp-server

by NightSquawk

List TacticalRMM Agent Pending Actions

tacticalrmm_list_agent_pending_actions
Read-onlyIdempotent

Retrieve pending actions for a specific TacticalRMM agent by agent ID. This read-only tool shows queued maintenance or reboot tasks.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
offsetNoNumber of items to skip locally after receiving the API response.
agent_idYesTacticalRMM agent_id value.
response_formatNoOutput format: markdown for human-readable summaries, json for structured output.markdown
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint, destructiveHint, and idempotentHint, so the description's read-only note adds no new behavioral information. No additional traits like pagination or error behavior are disclosed beyond what the annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences, front-loaded with the action and resource. It has no unnecessary elaboration, making it efficient and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a straightforward list operation with comprehensive schema coverage and strong safety annotations. The description is complete for an agent to understand the tool's purpose and scope without needing further detail.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all four parameters with detailed descriptions, so the baseline is 3. The description's endpoint notation only reiterates the agent_id parameter without adding meaningful semantic value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool lists pending actions for one TacticalRMM agent and specifies the endpoint. It distinguishes itself from sibling tools like the general pending actions list by explicitly scoping to a single agent.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context that this tool operates on a single agent, which implies when to use it. However, it does not explicitly mention alternatives or when not to use it, so it falls short of the top score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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