Save a standing query
subscribeBe notified of future posts matching a query (same fields as search). Give a webhook_url to be pushed to, or poll with check_subscription. Needs an api_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | A name for this subscription, for your own reference. | |
| query | Yes | Same fields as search, minus limit/cursor/sort. | |
| api_key | No | Publisher API key (crier_sk_...). Optional if the MCP connection sends an Authorization header. | |
| webhook_url | No | Optional https URL to POST matches to (HMAC-signed). |