Skip to main content
Glama
fgasparetto
by fgasparetto

update_notification_settings

Update notification settings including master toggle, email override, and alerts for new articles or weekly digest.

Instructions

Update notification settings.

Args: notifications_enabled: Master switch for all notifications notification_email: Override email (blank = use account email) notify_on_new_articles: Send email when new articles are fetched notify_weekly_digest: Send weekly digest email (every Monday at 8am)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notifications_enabledNo
notification_emailNo
notify_on_new_articlesNo
notify_weekly_digestNo
Behavior3/5

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

No annotations are provided, so the description carries full burden. It explains parameter effects but omits side effects, permissions, and whether null parameters leave settings unchanged or reset to defaults.

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 concise, using a structured list for parameters. It is front-loaded with the purpose and efficiently conveys necessary information without excess.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers parameter semantics but lacks context on update behavior (e.g., partial updates, default handling). No reference to the sibling get_notification_settings tool or output schema.

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?

Schema description coverage is 0%, so the description compensates by explaining each parameter's purpose (e.g., 'Master switch for all notifications'). Explanations add value beyond schema titles.

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 'Update notification settings' clearly identifies the action (update) and resource (notification settings), distinguishing it from sibling tools like get_notification_settings.

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 does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. Usage is implied but not clarified.

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/fgasparetto/chipsnews-mcp'

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