Skip to main content
Glama

set_shortlist_alert

Set a drift alert on a saved shortlist to receive notifications when a site's national standing changes significantly, based on percentile or score drop, eliminating the need for constant polling.

Instructions

Set a DRIFT ALERT on a saved shortlist so you can stop polling and be notified when a site's national standing moves materially (Phase 5). Fires when any site in the shortlist has current percentile score < percentile_below OR score_delta_since_saved < delta_below (e.g. -8 = dropped 8 points vs when saved). Evaluated after each daily baseline refresh; delivers via webhook and/or email. This is the "wake me when it matters" loop for long-running siting campaigns. Scoped to your API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notifyYesDelivery: {"webhook":"https://..."} and/or {"email":"you@co.com"} — at least one required
delta_belowNoFire if any site's score_delta_since_saved drops below this — pass a NEGATIVE number, e.g. -8 (dropped 8+ points since saved)
shortlist_nameNoThe shortlist to monitor (created via save_to_shortlist)
percentile_belowNoFire if any site's current percentile objective_score drops below this (e.g. 70)
Behavior5/5

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

Describes triggering conditions (percentile_below, delta_below), evaluation schedule (daily baseline refresh), delivery methods (webhook/email), and scope (API key). Adds significant context beyond 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?

Front-loaded with purpose, uses bullet-like examples. Slightly verbose with repeated campaign metaphor but overall well-structured and informative.

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?

Covers purpose, mechanism, triggering, delivery, and scope. Missing return value but acceptable for a setter. No output schema needed for typical use.

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?

With 100% schema coverage, baseline is 3. Description adds helpful examples (e.g., 'pass a NEGATIVE number, e.g. -8') and context (shortlist from save_to_shortlist). Goes beyond schema.

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?

Specifically states it sets a 'DRIFT ALERT' on a saved shortlist to notify on material standing changes, differentiating it from polling. Includes scope and campaign context.

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?

Clearly explains when to use ('stop polling', 'wake me when it matters'), implies alternative (polling), and ties to long-running campaigns. Does not explicitly name sibling tools or exclusions.

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/azmartone67/dchub-mcp-server'

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