Skip to main content
Glama
wiktorekdev

nuvio-mcp

by wiktorekdev

List signed-in devices

nuvio_list_sessions
Read-onlyIdempotent

Lists active login sessions and devices to reveal device name, platform, client, last active time, and which session is current.

Instructions

List active login sessions/devices (device name, platform, client, last active, which is current).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, which cover the safe read-only nature of the operation. The description adds useful behavioral detail by specifying what fields are returned: device name, platform, client, last active, and which session is current. No contradiction with annotations.

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

Conciseness5/5

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

The description is a single, front-loaded sentence that states the action and then compactly lists the output fields. Every word earns its place, with no filler or repetition.

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

Completeness4/5

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

For a simple, parameterless, read-only list operation, the description is nearly complete. It names the output fields and the annotations cover safety and idempotency. It could slightly improve by noting that sessions can be revoked via nuvio_revoke_session, but this is not essential for correct invocation.

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?

The tool has zero parameters and the schema coverage is 100%, so there is no parameter documentation burden. The description appropriately focuses on the result contents rather than inputs, matching the baseline for a parameterless tool.

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 and resource: 'List active login sessions/devices', and enumerates the returned fields. It clearly communicates what the tool does, though it does not explicitly contrast itself with sibling tools like nuvio_revoke_session or nuvio_whoami.

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

Usage Guidelines3/5

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

The description implies usage: use this tool when you want to see active login sessions and devices. However, it provides no explicit guidance on when to choose this over related tools such as revoke_session, register_device, or whoami, leaving the agent to infer the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools