Skip to main content
Glama

node_integration_get_all_integrations

Retrieve all Node Integrations from the Remnawave panel API, listing available integrations for node configuration and automation.

Instructions

GET /api/node-integrations Get all Node Integrations Tags: Node Integrations Controller

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations, so the description carries the full burden. It states a GET, implying a read-only, non-destructive operation, but says nothing about pagination, result size, auth requirements, or any filtering behavior. For a 0-param collection endpoint in an API with many similar list tools, this is thin.

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?

Three short lines: the HTTP line, the purpose line, and a Tags line. The Tags line ('Node Integrations Controller') is autogenerated noise that conveys nothing to an agent, and the raw path is low-value packaging. Not bloated, but not every line earns its place.

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 zero-param list endpoint there's a plausible floor argument, but with no annotations and no output schema, the description never tells the agent what a Node Integration is, what the response shape looks like, or how it relates to sibling tools like node_integration_get_integration_by_uuid. Given the dense sibling set, this leaves real gaps.

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

Parameters4/5

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

Zero parameters, so baseline is 4. The description's claim that it returns ALL integrations is consistent with an empty input schema, adding a small but accurate signal about scope.

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?

States a specific verb and resource: 'Get all Node Integrations', which distinguishes it from sibling mutations like node_integration_create_integration and node_integration_update_integration. The HTTP method/path line adds precision. It doesn't explicitly name the sibling it's the read-only counterpart to, but the verb+resource pairing is unambiguous.

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 or when-not-to-use guidance. The agent can infer it's a list operation from the verb, but nothing tells it when to reach for this rather than node_integration_get_integration_by_uuid for a single record, or why it would call this at all. Implicit context only.

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