Tools in this category
| Tool | Mutating | Description |
|---|---|---|
get_settings |
no | Read the current user’s general preferences — language, timezone, date/time format, theme, currency formatting, and display-ID prefixes. Read-only and never includes billing information. |
get_profile |
no | Read the current user’s public profile — their id, email, and display name. Read-only; account identifiers and credentials are not exposed. |
get_assistant_config |
no | Read the in-app assistant configuration — whether it is enabled, its read/write data permissions, and the allowlist of tools it may run. Read-only. |
get_settings
Mutating: no
Read the current user’s general preferences — language, timezone, date/time format, theme, currency formatting, and display-ID prefixes. Read-only and never includes billing information.
Parameters
No parameters.
get_profile
Mutating: no
Read the current user’s public profile — their id, email, and display name. Read-only; account identifiers and credentials are not exposed.
Parameters
No parameters.
get_assistant_config
Mutating: no
Read the in-app assistant configuration — whether it is enabled, its read/write data permissions, and the allowlist of tools it may run. Read-only.
Parameters
No parameters.