run_python
Execute Python code to process documents, manipulate files, and perform custom data operations within Docsmith MCP's secure environment.
Instructions
Execute Python code for flexible file operations, data processing, and custom tasks. Supports any file format and Python libraries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Python code to execute. Access files using their absolute paths. | |
| packages | No | Package mappings (import_name -> pypi_name) for required dependencies | |
| file_paths | No | File paths that the code needs to access |