Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_license_get_v1_license_quotas_resource

Retrieve the current quota limit for a specified resource. Returns 404 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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceYesPath parameter: resource
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only mentions the 404 response for missing resources. It does not indicate whether the operation is read-only, any authentication requirements, rate limits, or success response structure. For a read operation, more detail is needed.

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 that front-load the purpose and include key behavioral detail (404) and HTTP info. There is no wasted text.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema), the description covers the basic purpose and one error condition. However, it lacks return value details and does not explain the 'resource' parameter beyond the path. This is minimally adequate but leaves gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema describes the 'resource' parameter as 'Path parameter: resource', which is tautological. The description adds no further meaning, such as what a valid resource looks like or examples. With schema coverage at 100% but no extra value, the score is below baseline.

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 action: 'Check quota limit for a specific resource.' It also provides the HTTP method and path, which reinforces the purpose. However, it does not explicitly differentiate from the sibling tool 'panelica_license_get_v1_license_quotas' which likely lists all quotas, leaving some ambiguity.

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 when to use the tool (to check a quota by resource) and notes the 404 behavior. However, it provides no guidance on when to prefer this over the list quotas sibling, nor any prerequisites or context for the resource parameter.

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