Find Client Profile
find_client_profileRetrieve a client profile by exact client ID or case-insensitive display name substring. Returns the profile 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). Must resolve inside the server working directory, the system temp directory, or ASTRO_MCP_BASE_DIR; other paths are rejected. |