Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_terminal_post_v1_terminal_ws_ticket

Creates a WebSocket ticket for terminal access, enabling secure real-time server terminal sessions through the hosting panel.

Instructions

Create ws ticket

HTTP: POST /v1/terminal/ws-ticket Category: Terminal Required scopes: server:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already convey mutating and non-idempotent behavior; the description adds an explicit required scope (server:write) and states that it changes server state. However, it does not disclose ticket lifecycle details, whether existing tickets are invalidated, or what side effects beyond state change may occur. This is adequate but not rich.

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 compact and uses an efficient metadata format: endpoint, category, required scopes, and mutation status. The opening phrase repeats the title, but overall there is no fluff, and the most identifying details are front-loaded.

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?

With no output schema and a body schema that is intentionally not statically declared, an agent lacks enough information to validate a successful call or understand how the returned ticket is consumed. The description covers endpoint metadata but not the operational context needed for correct invocation in a terminal/WebSocket flow.

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 single body parameter is documented in the schema, so the high coverage baseline of 3 applies. However, the schema explicitly says 'Schema not statically declared — see API docs', and the description adds no field-level meaning. The description does not compensate for the inability to know the body shape, but it also does not contradict the schema.

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 action and resource: "Create ws ticket", backed by the HTTP POST route and Terminal category. This is clear enough to identify the operation, though it does not explain what a ws ticket is or how it relates to the sibling terminal WebSocket endpoints, so it stops short of full differentiation.

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 given about when to use this tool versus alternatives such as panelica_terminal_get_v1_terminal_ws. The description provides endpoint metadata and scope requirements but no context for choosing this tool over another or any exclusions.

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