Datadog

watch_table

Monitor a table's row count and latest record. Compares to previous snapshot to show changes. Built-in scheduler. [ARCHITECT tier]

Remote thinair/data

Other tools also called watch_table? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "table": {
      "type": "string",
      "description": "Table to monitor"
    },
    "column": {
      "type": "string",
      "description": "Date column to track latest"
    },
    "condition": {
      "type": "string",
      "description": "What to watch: 'new rows', 'row count drops'"
    },
    "connection": {
      "type": "string",
      "description": "Target connection name from this tenant's inventory. Call `list_connections` to see every name + dialect, then match semantically to the user's intent (e.g. 'analytics' → a connection named `*-analytics-*`; 'prod' → a connection with `prod-` prefix). If the user didn't specify, use the tenant's default (first added). Do not invent names — resolve from `list_connections` output."
    }
  }
}
          

Provider

Datadog →