rca_analysis_list_results
List stored RCA result IDs, newest first, with pagination. Returns only IDs and counts, enabling quick identification before fetching full analysis results separately.
Instructions
List all of YOUR stored RCA result IDs, newest first, with pagination. Returns IDs and a count only — not the results themselves; follow up with rca_analysis_get_result for the full content of any one of them.
Args:
params (ListResultsInput): limit (1-100, default 20), offset
(skip this many from the newest, for paging past limit)
Returns: str: JSON {total, count, offset, result_ids: [...], has_more}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |