create_storage_path
Create a new storage path to organize documents automatically by defining a name, path template, and optional matching rules.
Instructions
Create a new storage path with a name, path template, and optional matching rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | The path template, e.g. '{{ created_year }}/{{ correspondent }}/{{ title }}' | |
| match | No | ||
| is_insensitive | No | Whether matching is case-insensitive | |
| matching_algorithm | No | Matching algorithm: 0=None, 1=Any word, 2=All words, 3=Exact match, 4=Regular expression, 5=Fuzzy word, 6=Automatic |