## tools search

Search for supported account operations by keyword. Use the operation alias with the [`tools details`](https://docs.stripe.com/cli/tools/details.md) or [`tools execute`](https://docs.stripe.com/cli/tools/execute.md) commands.

**Command:** `stripe tools search`

### Arguments

- `<query>`
  Keyword to match against operation names and descriptions.

### Examples

**Search for branding operations**

```sh
stripe tools search "branding"
```

```
Found 2 matching operations:

## get_brand_settings
  Lists all branding settings.
  → Use "stripe tools details get_brand_settings" to see full parameters

## update_brand_settings
  Body params: checkout_background_color*, checkout_border_style, checkout_button_color, ...
  Updates branding settings.
  → Use "stripe tools details update_brand_settings" to see full parameters
```
