Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEEPSEEK_API_KEYYesYour DeepSeek API key

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
chat_completionD–
multi_turn_chatD–

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
DeepSeek ChatGeneral-purpose chat model optimized for dialogue
DeepSeek ReasonerModel optimized for reasoning and problem-solving
TemperatureControls randomness in the output (0.0 to 2.0)
Maximum TokensMaximum number of tokens to generate
Top PControls diversity via nucleus sampling (0.0 to 1.0)
Frequency PenaltyReduces repetition by penalizing frequent tokens (-2.0 to 2.0)
Presence PenaltyReduces repetition by penalizing used tokens (-2.0 to 2.0)

TDQS

D1.5/5.0

Scored across 2 tools

Disambiguation2/5

The two tools have overlapping purposes with unclear boundaries. 'chat_completion' and 'multi_turn_chat' both appear to handle chat interactions, making it difficult for an agent to distinguish when to use each. Without descriptions, the ambiguity is significant, though the small tool count limits confusion.

Naming Consistency4/5

The tool names follow a consistent snake_case pattern with clear, descriptive terms. Both 'chat_completion' and 'multi_turn_chat' use similar naming conventions, making them readable and predictable, though the lack of descriptions reduces clarity.

Tool Count2/5

With only 2 tools, the server feels thin and under-scoped for a general-purpose 'DeepSeek MCP Server'. This minimal set suggests incomplete coverage of potential functionalities, such as model management or configuration, making it borderline inadequate.

Completeness2/5

Inferring the domain as AI chat interactions, the surface is severely incomplete. It lacks essential operations like model selection, parameter tuning, or context management. The two tools provide basic chat functions but leave significant gaps that could cause agent failures in complex tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues