Skip to main content
Glama

connections_connections_by_user

Retrieves all connections for a specific Remnawave user by ID, enabling inspection of connection activity and troubleshooting access issues.

Instructions

POST /api/connections/by-user/{userId} Request Connections for User Tags: Connections Controller

Input Schema

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

D1.9/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 behavioral burden, yet it only discloses the HTTP verb and path. It does not explain the non-GET 'confirm' preview flow, whether this is a read despite being a POST, or any authorization requirement.

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

Conciseness2/5

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

The text is short but is a raw metadata dump (method, path, 'Tags: Connections Controller') rather than a useful sentence. It is under-specified rather than concise, and the tag line is noise.

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

Completeness1/5

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

For a tool with no annotations, an undocumented required parameter, and no output schema, the description leaves everything an agent needs unanswered: return shape, why a POST reads data, and the confirm behavior. It is effectively incomplete.

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 coverage is only 50%: userId has no description, and while the path template hints userId is a route parameter, the description says nothing about it. It also ignores the confirm parameter, whose preview semantics (documented only in the schema) are central to correct invocation.

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 phrase 'Request Connections for User' essentially restates the tool name 'connections_connections_by_user' and adds nothing about what 'connections' means (active sessions, IPs, etc.). It provides no differentiation from the sibling connections_connections_by_user_result, so an agent cannot tell them apart from the text alone.

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 guidance, no prerequisites, and no mention of the closely related siblings (connections_connections_by_user_result, connections_connections_by_node). The description is raw endpoint metadata with zero routing help.

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