create_sift
Create a new sift to extract structured data from documents using natural language instructions, and optionally link it to a folder path for organization.
Instructions
Create a new sift with the given extraction instructions.
Args:
name: Human-readable sift name
instructions: Natural language extraction instructions (e.g. "client, date, total")
folder_path: Optional folder path to link (e.g. '/invoices/2025'); created if it doesn't existInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| instructions | Yes | ||
| folder_path | No |