Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_mailing_lists_post_v1_mailing_lists

Create a new mailing list to organize email subscribers and enable sending newsletters or marketing campaigns.

Instructions

Create mailing list

HTTP: POST /v1/mailing-lists Category: Mailing Lists 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.6/5.0
Behavior4/5

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

Beyond the annotations, the description explicitly discloses the required scope ('email:write') and states that the operation changes server state. These are useful behavioral signals, though it does not describe side effects, failure modes, or response behavior.

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, front-loaded with the core action, and organized into useful metadata lines. Some redundancy exists with the title and annotations, but there is no meaningful fluff.

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 creation endpoint with no output schema and no declared body schema, the description is incomplete. It identifies the endpoint and auth requirement but does not explain what the mailing-list creation request should contain or what the caller should expect in response.

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

Parameters2/5

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

The only parameter is an opaque 'body' object whose schema is explicitly not statically declared. The description does not add field names, required payload members, formats, or examples, so an agent has very little guidance for constructing a valid request body.

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 clearly states the action ('Create mailing list') and gives the exact HTTP method and path ('POST /v1/mailing-lists'). This distinguishes it from the sibling GET and DELETE mailing-list tools without requiring schema inspection.

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?

The description implies usage by being a create operation, and the endpoint is clear, but it does not explicitly explain when to prefer this over sibling tools or mention alternatives like retrieving or deleting mailing lists. Usage context is present only by inference.

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