You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 4.97.1).

stock-monitor-builder

Inactive

Tool of The Stall

declared in 4.97.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
stock-monitor-builder — The Stall — PRSM MCP