Skip to main content
Glama
MadeOnSol

MadeOnSol

Official

madeonsol_price_alerts_update

Update price alert name, delivery mode, webhook URL, or active status. Threshold percentages cannot be changed.

Instructions

Update alert name, delivery mode, webhook URL, or is_active. Thresholds (drop_pct, recovery_pct) are immutable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAlert id
nameNo
is_activeNo
webhook_urlNo
delivery_modeNo
Behavior4/5

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

Annotations indicate mutation (readOnlyHint false) and no destruction (destructiveHint false). The description adds the key behavioral detail that thresholds are immutable, which is beyond what annotations provide. It also implies partial updates (only specified fields change). No contradictions.

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?

Two sentences with no extraneous information. First sentence states updatable fields; second sentence states immutability. Front-loaded and efficient.

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?

With 5 parameters and no output schema, the description should explain what the tool returns or any side effects. It lacks output description and does not cover how delivery_mode or webhook_url changes behave. Annotations provide minimal behavioral context (openWorldHint, destructiveHint). Partially complete but missing return value.

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 only 20% (only id has description). The description lists the updatable fields (name, delivery mode, webhook URL, is_active) but does not explain each parameter's meaning, format, or constraints (e.g., delivery_mode options). It adds some value but does not fully compensate for low schema coverage.

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 (update) and the resource (alert), and lists exactly which fields are updatable. It also explicitly notes which fields are immutable, distinguishing this tool from related tools like create, delete, get, and list.

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 explicitly state when to use this tool versus alternatives (e.g., when to update vs create/delete). It implies usage for updating specific fields but provides no comparison or exclusion criteria. The immutability note is helpful but not sufficient for full 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/MadeOnSol/mcp-server-madeonsol'

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