Skip to main content
Glama

node_plugin_sync_node_plugin

Sync a node plugin by UUID: push its current config and referenced shared lists to all connected nodes where it is active.

Instructions

POST /api/node-plugins/actions/sync Sync Node Plugin to nodes Push the current plugin config, including referenced shared lists, to every connected node this plugin is active on. 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.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It usefully discloses that this is a POST operation that pushes the current plugin config and referenced shared lists to every connected node where the plugin is active, which adds scope beyond the name. However, it does not describe permissions, reversibility, side effects, failure behavior, or the confirm/preview flow beyond what is in the schema.

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

Conciseness4/5

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

The description is short and front-loaded, giving the endpoint and a direct sync statement before elaborating on scope. The trailing 'Tags: Node Plugins Controller' line is unnecessary metadata, which keeps it from a perfect 5, but overall it is efficient.

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?

For a mutation tool with no annotations, no output schema, and only 50% schema description coverage, the description is incomplete. It explains the core action but omits when to use the tool, what the required uuid represents, and behavioral details such as permissions, side effects, or how confirm:true affects execution.

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

Parameters2/5

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

Schema description coverage is only 50%: the confirm parameter has a schema description, but the required uuid parameter has none. The tool description does not mention uuid or confirm and only loosely implies 'this plugin' without explaining that uuid identifies the plugin to sync. It therefore fails to compensate for the incomplete schema coverage.

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 states a specific verb ('Sync'), resource ('Node Plugin'), target ('nodes'), and scope ('every connected node this plugin is active on'). It distinguishes from generic config updates by specifying that the current plugin config, including referenced shared lists, is pushed. It does not explicitly contrast with the sibling sync_shared_list tool, so a 4 rather than 5 is appropriate.

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?

The description gives no explicit guidance on when to use this tool versus alternatives such as node_plugin_sync_shared_list or other plugin mutation tools. Usage is only implied by the imperative 'Sync Node Plugin to nodes'. No prerequisites, exclusions, or routing advice are provided.

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