search_entry
Check if a term exists in a glossary Markdown file. Returns true or false with the entry content if found.
Instructions
Check if a term already exists in the glossary. Returns true/false and the entry content if found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the glossary markdown file | |
| term | Yes | The term to search for |