Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_word_document | 增强版Word文档读取器,支持表格提取、图片OCR分析和缓存优化 |
| search_documents | 全文索引搜索,支持中英文混合搜索 |
| get_cache_stats | 获取缓存统计信息 |
| clear_cache | 清空所有缓存 |
| list_stored_documents | 列出所有已存储的文档 |
| get_stored_document | 获取已存储的文档内容 |
| clear_memory | 清除指定的内存内容 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |