Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_email_get_v1_email_accounts

Read-onlyIdempotent

List all email accounts in your hosting panel to view mailbox details and manage email configurations.

Instructions

List email accounts

HTTP: GET /v1/email-accounts Category: Email Required scopes: email:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive; the description adds useful context by stating the required scope (email:read) and confirming GET/read-only behavior. It does not describe response formatting or pagination, but the zero-parameter collection-list nature and strong annotations lower that burden.

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-loaded with the core action. The HTTP, scope, and category lines add helpful context, though 'Read-only' and 'Category: Email' are somewhat redundant with the tool name and annotations.

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 simple list operation with no parameters and robust annotations, the description supplies the essential details: endpoint, method, required scope, and read-only behavior. It could mention what fields or account information the returned list contains, but 'List email accounts' makes the high-level outcome reasonably clear.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema coverage, so the baseline of 4 applies. The description appropriately adds no parameter-specific details because there are none to document.

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 operation ('List email accounts') and resource, reinforced by the HTTP GET path. The plural resource helps distinguish it from the sibling panelica_email_get_v1_email_accounts_id, which targets a single account, though it does not explicitly say 'all accounts' or otherwise differentiate in prose.

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 guidance is provided about when to use this tool versus the get-by-id sibling or other email-related listing endpoints. The phrase 'List email accounts' implies the basic use case, but there are no explicit exclusions, alternatives, or selection conditions.

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