List Client Reports
list_client_reportsRetrieve all generated reports for a client, sorted by newest first. Each record includes report ID, type, file path, and creation timestamp.
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). Must resolve inside the server working directory, the system temp directory, or ASTRO_MCP_BASE_DIR; other paths are rejected. | |
| client_id | Yes | Client identifier whose reports to list. |