Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROMPT_PATH | No | Path to your custom prompt templates directory | |
| GOOGLE_API_KEY | No | Your Google API key | |
| OPENAI_API_KEY | No | Your OpenAI API key for AI-powered processing and transcription | |
| CCORE_URL_ENGINE | No | Force URL engine selection (auto, simple, firecrawl, jina) | auto |
| CCORE_DOCUMENT_ENGINE | No | Force document engine selection (auto, simple, docling) | auto |
| CCORE_AUDIO_CONCURRENCY | No | Number of concurrent audio transcriptions (1-10, default: 3) | 3 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_content | Extract content from a URL or file using Content Core's auto engine. Args: url: Optional URL to extract content from file_path: Optional file path to extract content from Returns: JSON object containing extracted content and metadata Raises: ValueError: If neither or both url and file_path are provided |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |