Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_accounts_get_v1_accounts_id_disk_usage

Read-onlyIdempotent

Retrieve the current disk usage for a hosting account to monitor storage consumption and manage capacity effectively.

Instructions

List disk usage

HTTP: GET /v1/accounts/:id/disk-usage Category: Accounts Required scopes: accounts:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds value by declaring the required OAuth scope (accounts:read) and the HTTP method, giving the agent concrete auth and invocation context. No contradiction with annotations.

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 compact and front-loaded: 'List disk usage' immediately states the purpose, followed by HTTP path, category, scopes, and read-only flag. Every line carries distinct and useful information with zero redundancy.

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 single-parameter read-only GET endpoint, the description, annotations, and schema together provide enough for correct invocation: the id is the only required input, the auth scope is declared, and safety is clear. No output schema exists, but 'List disk usage' gives a reasonable sense of the return; a note on response format would be a minor improvement.

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 description coverage is 100% for the single parameter, with 'Path parameter: id'. The description's HTTP path reinforces that id refers to an account ID, but it does not add substantive parameter semantics beyond what the schema already provides. Baseline 3 is appropriate.

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 states a specific verb and resource: 'List disk usage'. The HTTP path clarifies it is per-account. However, it does not explicitly distinguish this from sibling tools like resource_usage or stats, so it falls short of full sibling differentiation.

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 provides useful context (category, required scopes, read-only) but does not state when to use this tool versus alternatives such as panelica_accounts_get_v1_accounts_id_resource_usage or panelica_accounts_get_v1_accounts_id_stats. Usage is implied rather than explicit.

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