full_workflow
Organize documents automatically by converting PDFs to Markdown, categorizing content, and managing workflows in a specified directory.
Instructions
Execute end-to-end document organization pipeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory_path | Yes | Path to directory to organize completely |
Input Schema (JSON Schema)
{
"properties": {
"directory_path": {
"description": "Path to directory to organize completely",
"type": "string"
}
},
"required": [
"directory_path"
],
"type": "object"
}