Skip to main content
Glama

Create alert

create_alert

Create an AlertChecker alert that monitors the web and notifies the user by email when a statement becomes true or the answer to a yes/no question changes to yes. Use disableAfterNotification=false only when the user explicitly asks for a recurring alert or to keep checking after notifying.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesA short, human-readable title for the alert, e.g. 'iPhone 16 Pro restock'.
statementYesThe condition to check for and get alerted on, phrased as a factual statement or yes/no question, e.g. 'The iPhone 16 Pro is back in stock at apple.com' or 'Is the iPhone 16 Pro back in stock at apple.com?'.
disableAfterNotificationNoWhether to disable the alert after it sends a notification. Omit or set true for a normal alert. Set false only when the user explicitly asks for a recurring alert or to keep checking after notifying.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe AlertChecker alert identifier returned by the creation flow, e.g. alert_123.
statusYesThe alert status after creation: active or pending_verification.
needsVerificationYesWhether the alert still needs account email verification before it becomes active.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / statement / description
      Previous value: -"The condition to check for and get alerted on, phrased as a factual statement, e.g. 'The iPhone 16 Pro is back in stock at apple.com' or 'It will rain in London tomorrow'."New value: +"The condition to check for and get alerted on, phrased as a factual statement or yes/no question, e.g. 'The iPhone 16 Pro is back in stock at apple.com' or 'Is the iPhone 16 Pro back in stock at apple.com?'."
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark this as a write operation (readOnlyHint=false, idempotentHint=false), and the description adds the observable behavior of web monitoring and email notification. It could disclose that repeated calls create separate alerts, but the idempotentHint covers that signal and no contradiction exists.

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?

Two front-loaded sentences with no filler. The second sentence is slightly redundant with the disableAfterNotification schema description, so it is not perfectly lean, but it is appropriately sized overall.

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?

With an output schema, full parameter coverage, and no sibling tools, the description plus schema gives an agent enough to call the tool correctly. The only small omission is not explicitly stating that each call creates a distinct alert, which is already implied by the annotations.

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 description coverage is 100% and each parameter already has a meaningful description, so the baseline applies. The description reinforces the disableAfterNotification guidance, but that is also present in the schema, so it adds no new parameter-level meaning.

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 names a specific verb ('Create'), a resource ('AlertChecker alert'), and a concrete monitoring/notification behavior: watch the web and email when a statement becomes true or a yes/no answer changes to yes. This goes well beyond the title and would let an agent distinguish it from generic alert-creation tools even without siblings.

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?

It gives explicit when-to-use guidance for the non-default behavior: disableAfterNotification=false only when the user explicitly asks for recurring alerts or continued checking. With no sibling tools listed, there is no alternative to differentiate, so the lack of an exclusion clause is not a real gap.

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.