Skip to main content
Glama

node_plugin_plugin_executor

Execute commands to block or unblock IPs, or recreate tables, on node plugins. Target all or specific nodes.

Instructions

POST /api/node-plugins/executor Execute command on node plugins Tags: Node Plugins Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
confirmNoПодтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose that this is a mutating command (blocking/unblocking IPs, recreating tables), the required confirmation flow, permission requirements, or side effects. The only behavioral hint ('Execute command') is vague.

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

Conciseness3/5

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

It is very short and front-loaded, which is good, but the brevity is under-specification rather than efficiency. The 'Tags' line is metadata that does not help an agent invoke the tool correctly.

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

Completeness2/5

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

This is a complex command-execution tool with a deeply nested polymorphic body and a confirm flag, yet the description says nothing about the available commands, target-node selection, or the confirmation gate. No output schema exists, so the description should have carried more of the load.

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 around 50% (body is documented via the schema's nested properties, while confirm is documented by its own description). The description itself adds no parameter semantics, but the schema plus its inline descriptions largely cover the body structure, making a baseline 3 appropriate.

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

Purpose2/5

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

The description is essentially the HTTP route and a restatement of the tool name: "POST /api/node-plugins/executor / Execute command on node plugins". It does not say what commands are executable (blockIps, unblockIps, recreateTables are only in the schema) nor distinguish this from siblings like node_plugin_sync_node_plugin or nodes_restart_node. It is close to a tautology of the name.

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

Usage Guidelines2/5

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

No when-to-use, when-not-to-use, or alternative routing is given. The agent is left to infer that this performs node-plugin operations from the schema enum values alone.

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