Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_subdomains

Read-onlyIdempotent

Retrieve a list of subdomains for a specific domain by providing its ID. Use this read-only endpoint to view all subdomains associated with a domain in your hosting panel.

Instructions

List subdomains

HTTP: GET /v1/domains/:id/subdomains Category: Domains Required scopes: domains:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is well covered. The description adds the required scope (domains:read) and confirms read-only behavior, but does not disclose return structure, pagination, or error behavior. This is acceptable but adds only modest value 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-structured: operation, HTTP method and path, category, required scope, and read-only flag. It is front-loaded with the action and contains no filler or redundancy that hurts clarity.

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 list operation, the description plus annotations provide enough to invoke the tool correctly: endpoint, required scope, and safety profile. It lacks explicit response format or pagination details, but the absence of an output schema and the simplicity of a list call make this a minor gap.

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%: the only parameter 'id' is already documented in the schema as 'Path parameter: id'. The description merely repeats the path segment in the HTTP line and adds no additional semantic value beyond the schema.

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 opens with a specific verb and resource ('List subdomains') and gives the exact HTTP endpoint, making the operation clear. It is implicitly distinguishable from siblings like panelica_domains_post_v1_domains_id_subdomains and panelica_subdomains_get_v1_subdomains_id, but it does not explicitly differentiate itself.

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 explicit guidance about when to use this tool versus alternatives such as creating a subdomain or fetching a single subdomain. Required scopes are stated, but the usage context is only implied by the name and path rather than described.

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