Save Client Profile
save_client_profileCreate or update a client profile in the SQLite store, optionally with birth details, and return the saved profile.
Instructions
Create or update (upsert by client_id) a client profile in the SQLite store, optionally with birth details. Returns the saved profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | No | Path of the SQLite client store (default: data/astro_mcp.sqlite3). | |
| profile | Yes |