Skip to main content
Glama
shipmail-to

shipmail-mcp

Update Audience Feed

shipmail_update_audience_feed
Idempotent

Update an audience's Atom feed: enable or disable, set title, subtitle, icon, site URL, author, canonical URL, or entry limit (10-100).

Instructions

Enable or disable an audience's Atom feed, update its public metadata and canonical URL, or set its 10 to 100 entry limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
enabledNo
icon_urlNo
site_urlNo
subtitleNo
audience_idYesAudience ID.
author_nameNo
entry_limitNoStored number of recent issues in the feed, from 10 to 100, or null for default.
canonical_urlNoPublisher-owned https feed URL to emit as the Atom self link, or null to clear.
idempotency_keyNoOptional idempotency key. If omitted, the MCP server generates one for POST tools.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
feedYes
Behavior3/5

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

Annotations indicate idempotentHint=true and destructiveHint=false, suggesting safe retries and non-destructive behavior. The description adds that enabling/disabling and updating are possible, but does not clarify whether omitted fields are preserved or reset. No contradiction with annotations.

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?

A single sentence efficiently summarizes the tool's capabilities, front-loading key actions. No redundant or filler content.

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?

Given the output schema, return values are documented elsewhere. The description covers main use cases but could mention that the tool performs partial updates (fields not specified remain unchanged) and note the required audience_id parameter.

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 description groups parameters semantically (public metadata, entry limit, enable/disable), providing context beyond the schema's 40% coverage. It explains the purpose of each category, aiding understanding of what each parameter does.

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 tool's purpose: enable/disable an audience's Atom feed, update metadata, canonical URL, and set entry limit. This distinguishes it from siblings like shipmail_get_audience_feed (read-only) and shipmail_update_audience (general audience update).

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 use when updating feed settings but does not explicitly state when to use this tool versus alternatives (e.g., shipmail_update_audience for non-feed updates) or conditions for disabling vs. enabling. No 'when-not-to-use' guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/shipmail-to/shipmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server