create_monitor
Set up a monitor to watch SEC/EDGAR filings for a specific ticker, CIK, company, form, or event type, and receive alerts or webhook notifications when matching events occur.
Instructions
Create a monitor: a standing watch on a ticker/CIK/company/form/event type that fires (and optionally webhooks) on matching events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human label for the monitor. | |
| signals | No | Event types to match; empty/omitted = every event for the target. | |
| materiality | No | Minimum importance to fire on (default low). | |
| target_type | Yes | What to watch. | |
| target_value | Yes | The value, e.g. "NVDA", "0001045810", or "8-K". | |
| webhook_endpoint_id | No | Endpoint to deliver matches to (from list_webhook_endpoints). |