Merchants List Merchants
merchants_list_merchantsRetrieve merchants from Monarch Money with sorting, search, pagination, and field selection. Choose summary, full, or raw output to get merchant data in the shape you need.
Instructions
List merchants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | TRANSACTION_COUNT | |
| limit | No | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| offset | No | ||
| search | No | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |