abraflexi_client_call
Call any public python-abraflexi client method to handle advanced AbraFlexi workflows not covered by dedicated MCP tools. Uses client class, method, and optional arguments.
Instructions
Call a public python-abraflexi client method through MCP.
This bridge tool is intended for advanced workflows not yet covered by dedicated MCP wrappers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| init | No | Optional record selector or initial data passed to constructor | |
| method | Yes | Public method name on the selected client class | |
| company | No | Optional company override (dbNazev) | |
| evidence | No | Evidence name (used mainly with ReadOnly/ReadWrite) | |
| method_args | No | Positional arguments for the method call | |
| client_class | Yes | One of ReadOnly, ReadWrite, Changes, Adresar, FakturaVydana | |
| extra_options | No | Additional constructor options for the client | |
| method_kwargs | No | Keyword arguments for the method call |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |