Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_sessions_delete_v1_sessions_id

Revoke a user session by its ID to immediately invalidate it. Helps terminate authenticated sessions securely.

Instructions

Revoke session

HTTP: DELETE /v1/sessions/:id Category: Sessions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Behavior2/5

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

The description states 'Revoke session', implying a destructive action, but does not disclose effects, authorization requirements, or consequences. No annotations are present to compensate for this lack of transparency.

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

Conciseness4/5

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

The description is short and to the point, consisting of three concise lines. It front-loads the action and includes HTTP method and category, which are useful but not excessively long.

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?

Given that this is a destructive operation with no output schema and limited description, the tool lacks essential context such as return values, error conditions, or prerequisites. For a session revocation, more information would be beneficial.

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?

The input schema has 100% description coverage for the single 'id' parameter, but the description does not add any additional meaning beyond 'Path parameter: id'. The schema alone is sufficient; the description provides no extra value.

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 uses the clear verb 'Revoke' and identifies the resource as 'session', making the purpose immediately understandable. However, it does not differentiate this tool from the sibling 'panelica_sessions_post_v1_sessions_revoke_all', which revokes all sessions.

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 on when to use this tool versus alternative tools, such as the one for revoking all sessions. The description lacks context on prerequisites or intended use cases.

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

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