get_identity
Retrieve the saved identity profile for an account: role, tone, key facts, and registered knowledge file paths. Use these details to draft replies in the owner's voice.
Instructions
Return the user's self-description for an account: who they are, what they do, preferred tone and key facts (hours, terms, recurring notes) — context for drafting replies in their voice.
Returns {who_am_i, what_i_do, tone, key_info, file_paths}; fields may
be empty strings if the user never filled them. `file_paths` are the
knowledge files/folders the user registered (see list_knowledge_files).
Read-only, local. Returns {} if no account exists.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Account to operate on (integer id from list_accounts). Omit or null = the user's active account. |