Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server | info |
| RATE_LIMIT_QPS | No | Rate limit in queries per second | 2 |
| REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| GET_BIJI_API_KEY | Yes | Your Get笔记 API key (required) | |
| RATE_LIMIT_DAILY | No | Daily rate limit for API requests | 5000 |
| GET_BIJI_API_BASE_URL | No | The base URL for the Get笔记 API | https://open-api.biji.com/getnote/openapi |
| GET_BIJI_DEFAULT_TOPIC_ID | No | Your default topic/knowledge base ID |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| knowledge_search | 在Get笔记知识库中进行AI增强搜索,返回经过深度处理的答案。支持对话历史追问。 |
| knowledge_recall | 在Get笔记知识库中召回相关内容,返回未经AI处理的原始结果。可用于快速查找和预览。 |
| get_rate_limit_stats | 获取当前API速率限制使用情况统计 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |