firefly_execute
Perform any Firefly III operation by specifying entity type, operation name, and parameters. Manage accounts, transactions, budgets, and more through dynamic API calls.
Instructions
Execute any Firefly III operation dynamically.
Args: entity: Entity type (account, transaction, budget, etc.) operation: Operation name (list, get, create, update, delete, etc.) params: Operation parameters as dictionary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| operation | Yes | ||
| params | No |