feed_report_catalog
List available public ZEN SecDB feed reports.
What this tool does
Returns the catalog of available ZEN SecDB public feed reports, including their identifiers, descriptions, and supported input parameters.
This tool helps discover which reports can be executed through feed_report.
When to use this tool
Use this tool when:
the user asks what public reports are available
you need to discover the correct report ID before running a report
you need to inspect supported filters or input parameters
you are unsure which report best matches the user request
Inputs
This tool does not require any input.
Outputs
reports: array of report definitions, each containing:
report_id: report identifiertitle: human-readable report titledescription: short explanation of what the report returnsinput_schema: optional JSON schema describing supported input parameters
LLM usage guidelines
Use this tool before
feed_reportwhenever the correct report ID or supported parameters are not already known.Do not invent report IDs or parameters not present in the catalog.
Prefer the most specific matching report for the user request.
When useful, briefly summarize the most relevant available reports before calling
feed_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reports | No |