rca_model_list
List your registered RCA models with optional family or status filters to find a model ID for analysis runs or check your plan's model-count usage.
Instructions
List all of YOUR registered RCA models, with optional family/status filters. Use this to find a model_id for rca_analysis_run, or to check your usage against your plan's model-count limit (see rca_admin_show_plan_info for the limit itself).
Args: params (ModelListInput): - family_filter: only this model family (omit for all) - status_filter: only this status (omit for all)
Returns: str: JSON {total, models: [{model_id, name, family, status, version, tags, created_at}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |