Skip to main content
Glama

trmm_pending_actions

Read-onlyIdempotent

Retrieve queued agent work such as reboots or patch installs for one agent or the entire fleet.

Instructions

Pending actions (queued agent work such as reboots or patch installs). Omit agent for the whole fleet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds contextual meaning about queued work and fleet-vs-agent scope, but does not disclose return shape, ordering, or empty/default behavior. No contradiction with annotations.

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 definition is one compact sentence with a parenthetical clarification and a usage instruction. Every word earns its place and the scoping rule is isolated at the end.

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

Completeness4/5

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

For a one-optional-parameter, read-only, idempotent tool, the description is nearly sufficient: it names the resource, gives examples, and explains the only parameter's fleet/agent behavior. It does not describe the result payload, but there is no output schema and the tool's purpose is simple enough that this is a minor gap.

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 0% and the schema only shows `agent` as an optional string/null with default null. The description adds the crucial fleet-vs-agent semantics, but does not specify the expected value format (ID, name, etc.), leaving part of the burden on the agent.

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

Purpose4/5

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

The description clearly identifies the resource ('pending actions') and gives concrete examples ('queued agent work such as reboots or patch installs'), so an agent can tell it is a read/list tool for agent work. It lacks an explicit verb and does not contrast with sibling agent tools such as trmm_agent_tasks, so it stays below a 5.

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?

It gives concrete scoping guidance: omit `agent` for the whole fleet, which implies the agent parameter scopes to a single agent. This is clear operational context, though it does not explicitly name alternatives or exclusion conditions.

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

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/shin2344234/trmm-mcp'

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