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 |
---|---|
list_docs | 所持しているドキュメントの一覧を取得 |
get_doc | 指定したドキュメントの内容を取得(ページネーション対応) |
grep_docs | ドキュメント内をgrepで検索 |
semantic_search | 意味的に関連する内容を検索 |