Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_domains_get_v1_domains_id_email_autoresponders

Read-onlyIdempotent

Lists email autoresponders for a domain. Use it to view or verify current autoresponder configurations.

Instructions

List email autoresponders

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

The description adds the required scope 'domains:read' and explicitly labels the operation 'Read-only', which is useful beyond the annotations' readOnlyHint. It does not mention pagination or response shape, but for a simple read-only list endpoint with annotations already covering safety, this is adequate.

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: the core purpose is the first line, followed by concise technical details (HTTP method, category, scopes). Every line earns its place, and there is no redundant filler.

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 read-only list operation, the description provides the endpoint, required scope, category, and safety profile, which is enough to invoke it correctly. No output schema exists, so a bit more detail about the response format could help, but the operation's simple nature keeps the gap 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% for the single parameter 'id', described only as 'Path parameter: id'. The tool description does not add further meaning about what this id refers to, so the schema remains the primary source and the baseline of 3 applies.

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 begins with 'List email autoresponders', clearly naming the verb and resource, and the HTTP path confirms the operation is scoped to a specific domain. This clearly distinguishes it from sibling tools like creating autoresponders (POST) or listing email forwarders.

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 context: it is a GET operation against a domain's email autoresponders, with required scopes and read-only behavior. It does not explicitly state when not to use it or name alternatives, but the resource is specific enough that no exclusions are necessary.

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