extract_keywords
Extract key terms from Obsidian notes using TF-IDF analysis to identify important concepts and improve content organization.
Instructions
Extract keywords from note content using TF-IDF algorithm
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note | |
| maxKeywords | No | Maximum number of keywords to extract |