frappe_run_method
Execute whitelisted Frappe server methods by dotted path. Requires confirmation for destructive actions; generic mutators are handled by dedicated tools.
Instructions
Call any whitelisted server method by dotted path, e.g. 'ffl_integrations.rsr.tasks.sync_catalog_now'. Generic Frappe mutators (frappe.client.set_value/insert/save/delete/bulk_update/...) are refused — use the structured frappe_*_document tools, which enforce the guards. Methods whose name implies a destructive action require confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| kwargs | No | ||
| confirm | No |