Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_license_get_v1_license_quotas_resource

Read-onlyIdempotent

Check the quota limit for a specific resource, such as max_domains or max_databases, to verify usage allowances. Returns a 404 error if the resource does not exist.

Instructions

Check quota limit for a specific resource. Returns 404 if resource not found.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceYesResource key (e.g. max_domains, max_databases)
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful context beyond annotations: required scope license:read, explicit "Read-only." confirmation, and the 404-on-missing-resource behavior. This is meaningful operational guidance.

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?

Description is compact and front-loaded: purpose first, then error behavior, then endpoint, category, required scopes, and read-only status. There is no filler and every line earns its place.

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 one-parameter read-only GET with strong annotations, the description covers the HTTP method, path, required scope, and 404 behavior. It does not state the exact response body shape, but no output schema is provided; the phrase "quota limit" makes the return intent reasonably clear. This is complete enough for a simple quota lookup.

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?

Schema coverage is 100% and the resource parameter is already well-described with examples like max_domains and max_databases. The description only restates the idea of a specific resource and shows the path placeholder, adding little semantic value beyond the schema. Baseline 3 is appropriate because the schema carries the parameter documentation.

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?

Description states a specific verb and resource: "Check quota limit for a specific resource." It also clarifies the scope by saying "specific resource," distinguishing it from list-style sibling tools like panelica_license_get_v1_license_quotas. The 404 behavior and endpoint path reinforce what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes it clear this is for checking a single resource's quota, which implies when to use it. It does not explicitly name alternatives or exclusion criteria, but the "specific resource" framing gives an agent enough context to select it over broader quota or resource-usage 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