Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_license_get_v1_license_features

Read-onlyIdempotent

Retrieve the enabled or disabled status of all 27 license features to quickly identify which are active.

Instructions

Returns all 27 license features with their enabled/disabled status.

HTTP: GET /v1/license/features Category: License Required scopes: license:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the annotations: the exact HTTP endpoint, required OAuth scope 'license:read', and the explicit read-only nature. It also specifies the exact count of returned items and their enabled/disabled status, which helps an agent anticipate the response shape. There is no contradiction with the readOnlyHint, idempotentHint, or destructiveHint 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 compact and front-loaded with the most important behavior: what is returned and in what form. The remaining lines supply endpoint, category, scope, and read-only status without redundancy. Every line earns its place.

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

Completeness5/5

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

For a parameterless read-only list endpoint with rich annotations, the description is complete: it states the output content, the HTTP path, required authorization, and safety profile. No output schema exists, so the explicit mention of status fields helps fill that gap. An agent has enough information to select and invoke this tool correctly.

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, so the schema leaves nothing unexplained and the baseline is 4. The description does not need to elaborate on parameter semantics because there are none. It still usefully clarifies what the response covers.

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 clearly states the tool returns all 27 license features with enabled/disabled status, giving a specific verb and resource. It implicitly differentiates from the sibling feature-level tool via the 'all 27 license features' phrasing, but does not explicitly name or distinguish alternatives.

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 usage context is implied: an agent would call this when it needs the full set of license features and their statuses. The description provides the HTTP method, category, and required scope, but does not state when to prefer this over related license tools such as the singular feature, plan, or quota endpoints.

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