Skip to main content
Glama

connections_connections_by_node

Requests connections for a specific node by UUID to inspect node-level connection data. Returns a request preview unless confirm:true is set.

Instructions

POST /api/connections/by-node/{nodeUuid} Request Connections for Node Tags: Connections Controller

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.5/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 only reveals the HTTP verb (POST) and route; it says nothing about permissions, rate limits, side effects, or that the operation may be asynchronous with results fetched via a separate `_result` tool. The confirm/preview semantics live in the schema, not the description, so the description adds little behavioral context.

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?

The description is short and front-loads the HTTP route, but it also carries boilerplate that does not earn its place ('Tags: Connections Controller') and a raw path/verb that adds little decision value. It is brief without being high-signal.

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 request-initiating tool with no annotations and no output schema, yet the description does not explain what a 'connection' is, what the call returns (e.g. a job or identifier), or how it relates to the `_result` sibling. For a tool with this complexity and no structured support, the description is under-specified.

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 description coverage is 100%, with `nodeUuid` documented as a UUID and `confirm` documented in detail (including the preview/no-send behavior). The description adds no parameter meaning beyond the schema, which is the expected baseline when the schema fully documents both parameters.

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

Purpose3/5

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

The description names a verb-plus-resource pair ('Request Connections for Node') and exposes the underlying route, so an agent can tell roughly what it does. However, it reads as an auto-generated HTTP stub and gives no signal that distinguishes it from the very similar sibling `connections_connections_by_node_result`, which likely returns the outcome of this same request. Purpose is stated but not differentiated.

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?

There is no when-to-use, when-not-to-use, or alternative-routing guidance anywhere in the description. Nothing tells the agent that this issues a request while `connections_connections_by_node_result` presumably retrieves the resulting data, nor what conditions make this the right call. Guidance is effectively absent.

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