Skip to main content
Glama
eidostein

@segnals/mcp

by eidostein

segnals_set_notifications

Update notification preferences for trading bot activities, including system reminders, daily reports, performance alerts, weekly summaries, and custom alerts.

Instructions

Update notification preferences. Requires scope: manage:notifications.

Non-destructive — no confirmation needed. Updates are deep-merged with existing preferences. Valid keys: system_reminders, daily_report, performance_alerts, weekly_summary, custom_alerts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preferencesYesNotification preferences to update. Keys: system_reminders (boolean), daily_report ({ enabled, hour_utc }), performance_alerts ({ enabled, threshold_pnl_usd }), weekly_summary ({ enabled, day, hour_utc }), custom_alerts
Behavior4/5

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

With no annotations provided, the description carries the full burden and discloses that the tool is non-destructive, requires no confirmation, and performs deep-merged updates. It also lists valid keys, providing adequate behavioral context beyond the basic update action.

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 concise with three sentences: the first states purpose and scope, the second adds behavioral traits, and the third lists valid keys. Every sentence provides essential information with no redundancy.

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?

The tool has one complex parameter with nested objects and no output schema. The description explains the parameter's valid keys, merge behavior, and scope requirement, covering most user needs. However, it omits details about the response format or error states, which are common for such operations, leaving slight incompleteness.

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 input schema describes the 'preferences' parameter with keys and types, achieving 100% coverage. The description adds the behavior of deep-merging and reiterates valid keys, enhancing understanding. While the schema already defines keys, the description's merge clarification adds value, justifying a score above the baseline of 3.

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 name 'segnals_set_notifications' combined with the description 'Update notification preferences' clearly communicates the tool's purpose. It explicitly states the verb (Update) and resource (notification preferences), distinguishing itself from sibling tools like segnals_get_notifications and other bot/strategy tools.

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 a required scope ('manage:notifications') and states the tool is non-destructive with no confirmation needed, guiding when to use it. However, it does not explicitly exclude alternative scenarios or compare to sibling tools, but the context is clear enough for a straightforward setter.

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/eidostein/segnals-mcp'

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