Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_license_get_v1_license_quotas

Read-onlyIdempotent

Retrieve current license quotas for all six resources: domains, databases, FTP, email, subdomains, and users. Check limits to track usage and avoid exceeding your plan.

Instructions

Returns all 6 resource quotas with current limits (domains, databases, ftp, email, subdomains, users).

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the bar is lower. The description adds the required `license:read` scope and the exact HTTP endpoint, which are useful invocation details beyond the annotations.

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 main sentence is front-loaded and informative, followed by compact metadata lines. The 'Read-only' line is redundant with the annotations, but this is a minor inefficiency.

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 parameterless GET with no output schema, the description gives the endpoint, required scope, and the list of quota types returned. It does not describe the exact response shape, but the simplicity of the operation and the annotation coverage make this acceptable.

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 zero parameters, so the description does not need to explain parameter semantics. The parameterless nature is consistent with the description of a simple list-all endpoint.

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 action: 'Returns all 6 resource quotas with current limits' and enumerates them by name. The phrase 'all 6' also helps distinguish this from the singular sibling `panelica_license_get_v1_license_quotas_resource`.

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 description implies its use case (retrieve the complete license quota set) and provides useful context like category and read-only scope. However, it does not explicitly contrast with alternatives such as the singular quota endpoint or the `resource_quota` sibling tools.

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