Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_accounts_get_v1_accounts_id_domains

Read-onlyIdempotent

List domains linked to an account by providing its ID, enabling quick review of hosted domains and their configurations.

Instructions

List domains

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotationa already provide read-only, idempotent, and non-destructive signals, and the description's 'Read-only' mostly repeats that. It adds the accounts:read scope requirement, which is useful, but it does not disclose response shape, pagination, or filtering behavior.

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: the action comes first, followed by endpoint, category, scope, and safety marker in minimal lines. Every element earns its place and there is no filler.

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 endpoint with strong annotations, the method, path, required scope, and read-only marker make the definition usable. The absence of an output schema leaves return-field details unstated, but 'List domains' conveys the expected high-level result.

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?

The input schema covers the single `id` parameter at 100%, so the baseline is adequate. The path template suggests `id` is the account identifier, but the description adds no further semantic detail beyond that.

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 and resource ('List domains') and provides the exact HTTP GET path, which shows this is scoped to an account's domains via /accounts/:id/domains. It does not explicitly name sibling alternatives, so it stops just 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 described HTTP method, Accounts category, required scope, and read-only label give enough context for an agent to treat this as a safe read operation for an account's domains. However, it does not state when to choose this over sibling domain-listing endpoints or when not to use it, so usage is only implied.

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