Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_email_post_v1_email_accounts

Create a new email account on your hosting panel. Set up email addresses for your domain using simple commands.

Instructions

Create email account

HTTP: POST /v1/email-accounts Category: Email 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

A3.8/5.0
Behavior4/5

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

The description adds useful behavioral context beyond the annotations: it states the required scope (email:write), confirms the request is mutating, and explicitly says it changes server state. This complements the readOnlyHint=false and idempotentHint=false annotations without contradicting them.

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, with the core purpose front-loaded and supporting metadata (HTTP method, category, scopes, mutating effect) presented in discrete lines. Every line adds useful context without unnecessary verbosity.

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 not complete enough for an agent to reliably construct the request payload. The body schema is not statically declared, no example fields are given, and there is no output schema, leaving critical information for a creation endpoint to external API docs.

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 only a generic body object whose description says the schema is not statically declared and to see API docs. Schema description coverage is listed at 100%, so the baseline is 3, but the description itself adds no field-level meaning about what the email account creation body should contain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Create email account', a specific verb and resource that clearly identifies the operation. The HTTP method POST and the email-account path further distinguish it from sibling tools like email_patch_v1_email_accounts_id or email_post_v1_email_accounts_id_change_password.

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?

Usage context is implied by the tool name and description: this is the tool to call when creating a new email account. However, it does not explicitly mention when to prefer this over related email tools, nor does it name alternatives for updating or managing existing accounts.

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