Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_spam_post_v1_spam_whitelist

Add email addresses or domains to the spam whitelist in your Panelica hosting panel, ensuring legitimate messages avoid being marked as spam.

Instructions

Add to whitelist

HTTP: POST /v1/spam/whitelist Category: Spam Required scopes: email:write Mutating: changes server state.

Input Schema

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

TDQS

B3.2/5.0
Behavior3/5

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

Description discloses required scopes (email:write) and explicitly says 'Mutating: changes server state, which adds behavioral info beyond the annotations readOnlyHint=false. However, it does not describe side effects, idempotency behavior, or the nature of whitelisted entries. 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 with the action, then provides essential metadata (HTTP method, category, scopes, mutating flag) on separate lines. Every line carries information and nothing is fluffed.

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?

For a mutating tool with an open, undeclared body schema and no output schema, the description is insufficient. It gives no indication of what the request body should contain, what a whitelist entry looks like, or what response/outcome to expect. An agent would likely be unable to invoke it correctly without external documentation.

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 has 100% coverage for the body parameter, so the baseline is 3. The description adds no further parameter meaning: it does not describe expected body fields, formats, or examples. The schema itself only says 'Schema not statically declared — see API docs, leaving the agent without usable payload guidance.

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?

Description clearly states the action 'Add to whitelist' with the HTTP endpoint POST /v1/spam/whitelist, which distinguishes it from sibling spam tools like get/delete whitelist and add blacklist. It is a specific verb+resource, though it does not explain what a whitelist entry consists of.

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 when-to-use vs alternatives is provided. The description does not mention when adding to whitelist is preferable over blacklist, nor does it reference any related tool such as panelica_spam_post_v1_spam_blacklist or delete whitelist. Selection would depend only on the tool name and endpoint.

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