Find Client Profile
find_client_profileRetrieve a client profile by exact ID or partial display name. Returns profile details or null if no match.
Instructions
Look up a client profile by exact client_id, otherwise by case-insensitive display_name substring. Returns the profile, or null when nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | client_id, or part of the display name. | |
| db_path | No | Path of the SQLite client store (default: data/astro_mcp.sqlite3). |