analyze_content
Analyze markdown files to automatically determine document categories based on content, enabling systematic organization and workflow management.
Instructions
Analyze markdown files to automatically determine document categories
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory_path | Yes | Path to directory containing markdown files |
Input Schema (JSON Schema)
{
"properties": {
"directory_path": {
"description": "Path to directory containing markdown files",
"type": "string"
}
},
"required": [
"directory_path"
],
"type": "object"
}