ComputeSage server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_evidenceA | $0.00 free search of bounded public StackBench benchmark and failure evidence; use this for evidence-only requests. |
| check_deployment_fitB | $0.01 USDC on Base mainnet: check model/configuration fit against bounded StackBench capacity evidence. |
| predict_performanceB | $0.05 USDC: predict configuration throughput, memory, and power from bounded StackBench evidence with confidence, missing metrics, and caveats. |
| recommend_deploymentC | $0.25 USDC: recommend what to buy or run from bounded StackBench fit, performance, confidence, evidence, caveats, and economics only when supported. |
| generate_launch_configA | $0.50 USDC: generate deterministic vLLM or llama.cpp launch templates from an exact StackBench recommendation without claiming a launch occurred. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool targets a distinct stage in the evidence-to-deployment workflow. check_deployment_fit and predict_performance are related but clearly separated by fit versus metrics, and recommend_deployment is the only economic recommendation tool.
All five tools use consistent lowercase snake_case verb_noun names with concrete action verbs (search, check, predict, recommend, generate), making the naming pattern predictable and readable.
Five tools is appropriate for a specialized advice-and-configuration server. Every tool serves a distinct step in the workflow without redundancy or unnecessary surface area.
The server covers the full advisory pipeline: evidence search, fit validation, performance prediction, recommendation, and launch configuration generation. It intentionally stops before executing deployment, which is consistent with its stated purpose.