Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_csv | 解析CSV文件内容,支持各种编码格式 |
| parse_excel | Parses an Excel file and returns its content including all sheets |
| parse_pdf | 解析PDF文件内容,支持快速预览和完整解析两种模式 |
| parse_word | 解析Word文档内容,提取文本、表格和图片信息 |
| parse_markdown | 解析Markdown文件内容,提取标题结构、列表和文本内容 |
| parse_file | 解析文件内容,支持PDF、Word、Excel、CSV和Markdown格式 |
| maxkb | 请求MaxKB API并返回处理后的结果 |
| url | Fetches a website and returns its content |