Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level | INFO |
GEMINI_API_KEY | Yes | Required Google AI API key (get one at Google AI Studio) |
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 |
---|---|
consult_the_council | Analyze a proposal using hierarchical LLM critique and synthesis. This tool runs three specialized critique agents (positive, neutral, negative) in parallel to analyze the proposal, then synthesizes their perspectives into a comprehensive analysis with recommendations. Args: proposal: Markdown-formatted proposal outlining the salient points of the solution to be analyzed Returns: Complete analysis including all critiques and synthesis with consensus view, recommendations, and next steps |
check_system_status | Check the status of the thinking augmentation system. Returns: Dictionary containing system status information including API key availability, model configurations, and health status |