Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_patch_v1_domains_id_spf

Update a domain's SPF record to modify email authentication policies. Use this action to adjust SPF settings for a domain in the Panelica hosting panel.

Instructions

Update spf

HTTP: PATCH /v1/domains/:id/spf Category: Domains Required scopes: domains:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds useful context by stating the required scope (domains:write) and explicitly noting the operation mutates server state. It does not describe side effects like overwriting the existing SPF record, but this is partially covered by 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.

Conciseness4/5

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

The description is short and well-structured with labeled lines for HTTP method, category, scopes, and mutation effect. It is front-loaded with the core action and contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is incomplete for actually invoking the tool because the request body schema is not statically declared and no example or field list is provided. An agent can select the tool but cannot reliably construct a valid update payload based on this description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema documents id as a path parameter and body as an untyped object with additionalProperties allowed, but the body description explicitly says 'Schema not statically declared.' The tool description adds no parameter details, example payload, or guidance on what fields the SPF update body should contain, which is a critical gap for a mutation endpoint.

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 clear verb ('Update') and resource ('spf') and gives the HTTP path, so an agent can distinguish it from the sibling GET SPF endpoint. It is concise but does not elaborate on what updating an SPF record entails.

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?

No explicit when-to-use or when-not-to-use guidance is provided. The PATCH method and 'Mutating' note imply this is for changing an existing SPF configuration, but there is no mention of reading the current SPF first, prerequisites, or how this differs from other domain update 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