Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONVOLUT_API_KEY | Yes | Your Convolut API key (format: convolut_sk_...) |
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_contexts | Search and filter contexts with advanced options including keywords, tags, categories, and date ranges |
| get_context | Retrieve a specific context by its ID, including full content and metadata |
| create_context | Create a new context with title, content, tags, and metadata |
| update_context | Update an existing context with new title, content, tags, or metadata |
| delete_context | Delete a context permanently by its ID |
| search_contexts | Perform semantic search across contexts to find relevant information |
| consolidate_contexts | Merge multiple contexts using AI to create a consolidated summary or composition |
| plan_from_contexts | Analyze contexts and generate actionable plans using AI |
| export_contexts | Export contexts in various formats (JSON, XML, TXT, Markdown) for integration with other systems |
| get_raw_url | Generate a temporary raw URL for a context that can be accessed without authentication (expires in 10 minutes) |
| get_context_stats | Get statistical information about contexts including counts, categories, and usage metrics |