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 |
|---|---|
| search_knowledge | Search the knowledge base for relevant information. Use this when you need to find specific facts or documentation. |
| list_categories | List all available knowledge base categories |
| get_by_category | Get all knowledge base entries for a specific category |
| get_by_id | Get a specific knowledge base entry by its ID |
| advanced_search | Search with additional filters like category and result limit |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |