ThinkGate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | Anthropic API key (optional — falls back to rule-based classification) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| classify_complexityA | Classify a prompt's complexity and return the optimal model tier + thinking effort. Active profile: claude (Anthropic native model IDs (haiku / sonnet / opus)). Profiles: claude, openrouter-cost, openrouter-balanced. Returns tier (fast/think/ultrathink), effort, suggested model, confidence, and reasoning. |
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 1 tool
With only one tool exposed, there is no possibility of confusion or misselection between overlapping tools. The single classify_complexity tool has a unique and unambiguous purpose.
The single tool name follows a clear verb_noun pattern, which is internally consistent. Even though there are no other tools to compare, the naming convention is well-formed and predictable.
A server with a single tool is under-scoped for a general 'ThinkGate' concept, which implies a broader set of operations like managing profiles or evaluating multiple aspects. The tool count is too low to constitute a well-rounded tool set.
For its stated purpose of classifying prompt complexity and returning model suggestions, the tool covers its domain completely. There are no obvious missing operations or dead ends within this narrow scope.