Skip to main content
Glama

Your armed alerts

watch_list
Read-onlyIdempotent

The alerts this connection has armed with watch_create: id, coin, trigger, band, webhook, active state and failure count. Free to call. Alerts armed over the REST API with an API key are listed there, not here. Descriptive market data only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoRows returned.
limitNoActive watches allowed per owner.
watchesNoThis connection's watches, newest first: id, coin, trigger, band, webhook_url, active, failures, created_at.
availableNoFalse when watches are not available on this connection (plan or identity), with reason.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds meaningful behavioral context: the call is free, it is scoped to watch_create-armed alerts, REST API alerts are excluded, and it returns descriptive market data only. There is 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact: three sentences that convey scope, included fields, cost, and an important exclusion. The phrase 'Descriptive market data only' is somewhat cryptic and could be clearer, but overall the description is front-loaded and free of 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?

For a zero-parameter read-only list tool with an output schema and strong annotations, the description covers the essential scope and exclusion. The main gap is not explicitly identifying the sibling tool for REST API-armed alerts or clarifying what 'descriptive market data only' means, but these are minor given the overall context.

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 tool has zero parameters and schema description coverage is 100%, so there are no parameter semantics to explain. The description usefully clarifies what the response includes, but that is output-level information rather than parameter guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates this tool returns alerts armed via watch_create for the current connection and lists the included fields (id, coin, trigger, band, webhook, active state, failure count). It also distinguishes from REST API-armed alerts, though it never uses an explicit verb like 'lists' and does not name a specific sibling as the alternative.

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 provides usage context by stating alerts created via watch_create are included and REST API-key alerts are not. However, it does not explicitly name the alternative tool (e.g., my_alerts) or state when to prefer watch_list over other alert-related siblings, leaving some inference to the agent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources