Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_dkim

Read-onlyIdempotent

Retrieves DKIM records for a specified domain to verify email authentication settings in the Panelica hosting panel.

Instructions

List dkim

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

The annotations already provide readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is well covered. The description adds the required scope `domains:read`, which is useful auth context, but otherwise mostly repeats 'Read-only' and provides no additional behavior such as pagination, response shape, or side effects.

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 compact and front-loads the purpose, then provides HTTP method, category, scopes, and read-only status in short lines. It is somewhat sparse but contains no filler or unnecessary prose.

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 one-parameter read-only endpoint, the description is mostly sufficient: it names the operation, the resource path, the scope, and the read-only behavior. However, there is no output schema and the description does not indicate what a DKIM list actually returns, nor does it mention pagination or how this operation relates to the DKIM enable/disable siblings.

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 schema describes the only parameter as 'Path parameter: id,' and the endpoint path in the description clarifies that `id` is a domain identifier. Since schema description coverage is 100%, the baseline is acceptable, but the description adds no deeper meaning about format, allowed values, or validation beyond the path template.

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 says 'List dkim' with an explicit HTTP path `/v1/domains/:id/dkim`, making it clear this is a read operation for a specific domain resource. It is more specific than a tautology, but it does not explicitly distinguish itself from the sibling DKIM enable/disable tools or explain what the returned DKIM data represents.

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?

The description includes 'Required scopes: domains:read' and 'Read-only,' which give some operational context, but it does not say when an agent should choose this tool over alternatives such as enabling or disabling DKIM. There is no explicit when-to-use or when-not-to-use guidance relative to sibling tools.

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