Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_email_forwarders

Read-onlyIdempotent

Retrieve all email forwarders for a domain by specifying its ID, providing a clear view of forwarding rules in one request.

Instructions

List email forwarders

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already establish readOnlyHint, idempotentHint, and destructiveHint=false, so the description's 'Read-only' line is redundant with structured data, not contradictory. The description adds genuine value by disclosing the required auth scope (domains:read) and the exact endpoint, which the annotations do not provide.

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 purpose first and structured metadata (HTTP line, category, scopes) following. The only redundancy is 'Read-only,' which duplicates the annotations, but it is a single word that also serves agents that may not surface 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 one-parameter, low-complexity GET operation, the description covers purpose, endpoint, category, and auth requirement, and the annotations cover the safety profile. There is no output schema and the description does not hint at the return shape, but for a simple list operation the gap is minor.

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?

Schema coverage is 100% and there is only one parameter, so the baseline is 3. The schema's 'Path parameter: id' is nearly tautological, and the description only slightly improves on it by showing via the endpoint path that id refers to the domain. That marginal addition warrants the baseline, not more.

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 and resource — 'List email forwarders' — and the HTTP endpoint reinforces the target resource. The verb differentiates it from the POST/DELETE forwarder siblings, but it does not explicitly name an alternative or contrast with closely related list tools (e.g., email accounts), so it stops short of the explicit distinction that would earn a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear invocation context: the HTTP method/path, the Domains category, the required domains:read scope, and the read-only nature. It does not state explicit when/when-not conditions or name sibling alternatives, so it fits 'clear context, no exclusions' rather than a 5.

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