firefly_get_schema
Retrieve the parameter schema for a specific Firefly III operation. Provide the entity and operation name to get its required and optional parameters.
Instructions
Get the parameter schema for a specific operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity the operation belongs to. | |
| operation | Yes | Operation name within that entity, as firefly_list_operations reports it, e.g. "list". |