Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_prompt | Analyze an AI agent prompt and return optimization recommendations. Returns strategy, model recommendation, estimated credit savings, quality impact assessment, and efficiency directives. Args: prompt: The user's prompt/task description to analyze Returns: Complete analysis with strategy, model, savings, and directives |
| get_strategy_for_task | Get the optimal strategy for a specific task type. Args: task_type: One of: qa, code, research, content, data_analysis, media, automation Returns: Optimal strategy with model recommendation and directives |
| get_golden_rules | Get the 10 Golden Rules for credit optimization with ZERO quality loss. Returns: The 10 audited golden rules with explanations |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |