stock-monitor-builder
InactiveTool of The Stall
Build a complete stock monitoring job in one call. Validates your cron schedule (returns human description + next run times) AND fetches current prices for the stocks you want to watch. Returns a ready-to-use monitoring config combining both. Replaces separate cron-parser + stock-price-multi calls.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cron": {
"type": "string",
"description": "Cron expression (5 fields) or shortcut (@daily, @hourly, etc.) for when to run the monitor. Example: '0 9 * * 1-5' for weekdays at 9am UTC."
},
"tickers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Up to 5 US stock ticker symbols to monitor (e.g. ['AAPL','NVDA','MSFT'])."
},
"next_runs": {
"type": "number",
"description": "Number of upcoming schedule run times to include (default 5, max 20)."
},
"monitor_name": {
"type": "string",
"description": "Optional name for this monitoring job (e.g. 'morning-tech-check')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries