Delimit Intel Query
delimit_intel_querySearch saved intel snapshots by keyword, date, or dataset. Retrieve matching ingested intel, optionally scoped to one dataset.
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 |
|---|---|---|---|
| query | No | Keyword search string. Empty = all. | |
| dataset_id | No | Optional dataset to scope the query to. | |
| parameters | No | Optional dict with date_from, date_to, limit. Accepted as JSON string and coerced. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||