Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPSEEK_MODELNoDefault model for the tool. Use 'deepseek-v4-flash' or 'deepseek-v4-pro'.deepseek-v4-flash
DEEPSEEK_API_KEYNoDeepSeek API key. Falls back to your Codex config. Looked up in order: DEEPSEEK_API_KEY environment variable, then experimental_bearer_token under [model_providers.deepseek] in ~/.codex/config.toml.
DEEPSEEK_BASE_URLNoAPI base URL.https://api.deepseek.com
DEEPSEEK_THINKINGNoThinking mode default: 'enabled' or 'disabled'. Disabled is fast/cheap.disabled
DEEPSEEK_WIRE_APINoAPI style: 'responses' (native Responses API) or 'chat' (OpenAI-style chat completions).responses
DEEPSEEK_MAX_PROMPT_CHARSNoMaximum prompt length in characters. Larger prompts are rejected to prevent giant-payload delegation.30000

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
call_deepseek_sub_agentA

Delegates massive text processing, code generation boilerplate, or complex sub-modules to DeepSeek V4 to conserve Sol context tokens. Returns the model's text output.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusing it with others. The tool's purpose is clearly defined as delegating to DeepSeek V4.

Naming Consistency5/5

The tool name follows a clear verb_noun pattern ('call' + 'deepseek_sub_agent'). With only one tool, there are no inconsistencies or mixed conventions.

Tool Count4/5

The server has a single tool, which is slightly below the typical well-scoped range. However, it is appropriate for the narrow purpose of delegating to DeepSeek, making the count reasonable.

Completeness5/5

The tool provides a generic delegation capability for any text processing or code generation task, covering the entire stated domain. There are no obvious missing operations for a simple delegate service.

Maintenance

ActivitySlowing
ResponsivenessNo issues