Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_resource_quota_get_v1_resource_quota

Read-onlyIdempotent

Retrieve your current resource quota to monitor usage and prevent exceeding hosting limits.

Instructions

Get resource quota

HTTP: GET /v1/resource-quota Category: Resource Quota Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds meaningful context beyond those: the HTTP method, endpoint path, and required OAuth scope 'accounts:read', which helps the agent ensure it has proper authorization. The 'Read-only.' line is redundant with annotations but not harmful.

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 description is short and front-loaded with the core action. Minor redundancy exists: 'Category: Resource Quota' is already clear from the tool name, and 'Read-only.' repeats the readOnlyHint annotation. Still, it remains appropriately compact and scannable.

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?

For a zero-parameter read-only GET, the description is adequate, but it leaves gaps. It does not clarify the scope of the quota being fetched (e.g., current account vs global) nor does it describe the return payload, and there is no output schema to compensate. Given the sibling per-user quota endpoint exists, a one-line clarification would meaningfully improve completeness.

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 and an empty input schema, so no parameter documentation is needed. The description appropriately adds no parameter detail because there is nothing to explain. Baseline 4 applies for tools with no parameters.

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 identifies the action and resource: 'Get resource quota' with HTTP GET /v1/resource-quota. However, it does not explicitly distinguish itself from the sibling tool panelica_resource_quota_get_v1_resource_quota_users_user_id, which appears to be the per-user variant of the same quota resource.

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?

There is no guidance about when to use this tool versus the sibling per-user resource quota endpoint or other quota-related tools. The description provides context like scopes and read-only status, but no exclusions, alternatives, or decision criteria.

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