Skip to main content
Glama
NightSquawk

tacticalrmm-mcp-server

by NightSquawk

List TacticalRMM Scripts

tacticalrmm_list_scripts
Read-onlyIdempotent

List scripts from the TacticalRMM library without running them. Supports pagination and markdown/JSON output.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
offsetNoNumber of items to skip locally after receiving the API response.
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?

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description reinforces this by saying 'This tool is read-only and does not run scripts', adding the explicit constraint that no script execution occurs. However, it doesn't detail return format or pagination, which is a minor gap.

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?

Two concise sentences, no filler. The first sentence states the action and resource; the second clarifies safety, both earning their place.

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?

The tool is a simple read-only listing with 3 documented optional parameters and rich annotations. The description covers purpose and safety; combined with the schema, it gives an agent enough to select and invoke correctly. No output schema needed.

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?

Schema coverage is 100%; all three parameters (limit, offset, response_format) have descriptions in the schema. The tool description does not add additional parameter semantics beyond what the schema provides, so baseline of 3 is appropriate.

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?

Description uses specific verb 'List' and resource 'scripts from the TacticalRMM script library at /scripts/', providing clear scope. It explicitly distinguishes itself by stating it is read-only and does not run scripts, setting it apart from potential script execution tools.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool over alternatives is provided. While it clarifies the tool's read-only nature, it doesn't mention related list tools (e.g., list_agents, list_tasks) or exclude cases. This leaves the selection criteria implicit.

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