auto_tag_all
Analyze document content using AI to bulk assign relevant tags. Skip already tagged documents and control processing volume.
Instructions
Bulk auto-tag multiple documents using AI. Analyzes content and suggests relevant tags for all documents (or subset). Useful for initial organization or re-tagging collections. Can skip already-tagged documents and limit processing count. Requires LLM configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confidence_threshold | No | Minimum confidence to accept tag (0.0-1.0, default: 0.7) | |
| max_tags | No | Maximum tags per document (default: 10) | |
| append | No | If true, append to existing tags; if false, replace (default: true) | |
| skip_tagged | No | If true, skip documents that already have tags (default: true) | |
| max_docs | No | Maximum number of documents to process (optional, for testing or rate limiting) |