List Client Reports
list_client_reportsRetrieve all report records for a client, sorted by newest first. Each record includes report_id, report_type, path, and created_at.
Instructions
List report records previously generated for a client, newest first. Each record carries report_id, report_type, path, and created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | No | Path of the SQLite client store (default: data/astro_mcp.sqlite3). | |
| client_id | Yes | Client identifier whose reports to list. |