> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# get_settings

> View notification preferences and authorization settings

Shows the user's notification preferences (which email alerts they receive) and authorization settings (whether viewing card details or making transactions requires explicit approval). Use `update_settings` to change notification preferences; authorization settings are read-only here.

## Parameters

This tool takes no parameters.

## Returns

A summary of the email notification toggles: card details accessed, card created, transaction, card closed, and low balance with its dollar threshold. It also shows the two authorization settings, which can only be changed in the dashboard. The structured result includes `notifications` and `authorization` objects.

## Example

```json theme={null}
{ "name": "get_settings", "arguments": {} }
```
