Save Client Profile
save_client_profileUpsert a client profile with client_id, display name, notes, and optional birth details including date, time, place, coordinates, and timezone. Returns 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). Must resolve inside the server working directory, the system temp directory, or ASTRO_MCP_BASE_DIR; other paths are rejected. | |
| profile | Yes |