create_sift
Create a new sift with natural language extraction instructions to structure documents into typed records for querying.
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 |