## tools search

Search for supported account operations by keyword or description. Run `stripe tools <operation> --help` to view full parameter details for any result.

**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.
  → stripe tools get_brand_settings --help

## update_brand_settings
  Body params: checkout_background_color*, checkout_border_style, checkout_button_color, ...
  Updates branding settings.
  → stripe tools update_brand_settings --help
```
