Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_sessions_get_v1_sessions

Read-onlyIdempotent

List active Panelica hosting panel sessions. Use this read-only endpoint to view session information for auditing or monitoring access.

Instructions

List sessions

HTTP: GET /v1/sessions Category: Sessions Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already cover the safety profile with readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds the required scope 'accounts:read' and HTTP method, which are useful, but it does not disclose response format, pagination, or scope of which sessions are returned.

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 compact, front-loaded with the core purpose, and contains only relevant lines: endpoint, category, required scope, and read-only note. It can be scanned quickly with no wasted prose.

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 zero-parameter, read-only GET endpoint with rich annotations, the description provides endpoint, required scope, and safety profile, which is enough to invoke the tool correctly. It could say whose sessions are listed and describe the response shape, but the low complexity and absent parameters make those gaps minor.

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 input schema is empty with zero parameters and 100% schema coverage, so there are no parameter semantics for the description to clarify. The zero-parameter baseline applies and the description does not introduce any ambiguity.

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

Purpose5/5

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

The description states a specific verb-resource combination ('List sessions') and provides the exact HTTP endpoint GET /v1/sessions. This clearly distinguishes the tool from the sibling session tools, which are delete and revoke operations, especially combined with 'Read-only.'

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 guidance is provided about when to use this tool instead of alternatives, aside from the implicit read-only GET semantics. There are no explicit exclusions, use-case conditions, or references to sibling tools like session deletion or revocation.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Panelica/panelica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server