create_tool
Build custom Python tools for Excel and CSV analysis. Define reusable functions that process data locally, enabling tailored analytics within your workflow.
Instructions
Create a custom Python tool (sandboxed). The code must define a run(db, **kwargs) function.
parameters should be a JSON string like: {"param": {"type": "string", "description": "...", "default": ...}}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | Yes | ||
| python_code | Yes | ||
| parameters | No | {} |