Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_license_get_v1_license_features

Retrieve all 27 license features and check which are enabled or disabled. Get a complete overview of your license capabilities in one API call.

Instructions

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

HTTP: GET /v1/license/features Category: License

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are present, so the description carries the full burden. It states the HTTP method (GET) implying a read operation, but does not disclose auth needs, rate limits, or other behavioral traits. It provides minimal transparency beyond the basic retrieval.

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 extremely concise with two sentences, efficiently stating the core functionality and including the HTTP endpoint and category. No word is wasted.

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 zero-parameter GET tool, the description is nearly complete. It specifies what is returned (27 features with status). The absence of an output schema means the description likely gives enough context for an agent to understand the response shape, though explicit reference to the list format would be ideal.

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 has no parameters, so schema coverage is 100%. The description does not add parameter information because none is needed. It could mention that no parameters are required, but this is already evident from the schema.

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 clearly states the tool returns all 27 license features with their enabled/disabled status, and specifies the HTTP method and endpoint. It distinguishes itself from sibling tools like panelica_license_get_v1_license_features_feature by indicating it returns all features.

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?

The description provides no explicit guidance on when to use this tool versus alternatives. Although sibling tools exist for specific features, quotas, or plans, the description does not mention them or suggest usage context.

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