Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REASONING_MODELNoModel slug for OpenRouter or anthropic backend.deepseek/deepseek-r1-0528
REASONING_EFFORTNoEffort level: low/medium/high for openrouter, up to xhigh/max for anthropic.high
REASONING_BACKENDNoBackend to use: openrouter, anthropic, or corethink.openrouter
OPENROUTER_API_KEYYesRequired for the default backend (OpenRouter).
REASONING_MAX_TOKENSNoOutput cap for the reasoning call.32000
REASONING_MAX_RESULT_CHARSNoTruncation cap on the tool result.32000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
deep_reasoningA

Consult a stronger reasoning model and get its full reasoning trace.

Call this BEFORE proposing a solution whenever the task involves multi-step reasoning: subtle bugs or race conditions, architectural trade-offs, algorithm design, math, or anything where a first instinct could be wrong. Use the returned trace to guide and cross-check your own answer.

The reasoning model cannot see this conversation — pass everything it needs.

Args: problem: The question or task, stated precisely. context: Relevant code, error output, logs, or background you have gathered. Include full snippets, not paraphrases. constraints: Hard requirements the solution must satisfy (performance, compatibility, style), if any.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dhruv-corethink/reasoning-traces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server