delimit_intel_query
Search saved intel snapshots by keyword, date, or dataset to surface matching ingested intelligence.
Instructions
Search saved intel snapshots by keyword, date, or dataset.
When to use: to surface ingested intel matching a query, optionally scoped to one dataset. When NOT to use: to ingest new data (use delimit_intel_snapshot_ingest) or list datasets (delimit_intel_dataset_list).
Sibling contrast: delimit_intel_snapshot_ingest writes; this reads back filtered snapshots.
Side effects: read-only. Calls backends.tools_data.intel_query. Coerces parameters from JSON string to dict via _coerce_dict_arg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | No | Optional dataset to scope the query to. | |
| query | No | Keyword search string. Empty = all. | |
| parameters | No | Optional dict with date_from, date_to, limit. Accepted as JSON string and coerced. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||