Skip to main content
Glama
DMontgomery40

DeepSeek MCP Server

create_response

Generate an AI response using DeepSeek V4 by sending input and instructions to the OpenAI-compatible API. Control reasoning effort, enable web search or custom tools, and stream responses for interactive use cases.

Instructions

Create a stateless DeepSeek V4 response using the native OpenAI-compatible Responses API. Defaults to deepseek-v4-flash. Provide input, instructions, or both. Use reasoning.effort for thinking control, tools for function or server-side web-search tools, and stream=true for semantic SSE aggregation. This tool does not persist provider-side response state; send the full input history for multi-turn work. Set include_raw_response=true only for debugging because it returns the full provider payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
userNo
inputNo
modelNo
toolsNo
top_pNo
streamNo
reasoningNo
extra_bodyNo
temperatureNo
tool_choiceNo
instructionsNo
top_logprobsNo
max_output_tokensNo
include_raw_responseNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses critical behaviors: statelessness, the need to send full history for multi-turn, the streaming behavior, and the debug-only nature of `include_raw_response`. It also clarifies server-side web-search tools. This rich behavioral context goes well beyond the bare minimum.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is six sentences, each providing distinct value: purpose, input requirements, parameter usage, statelessness caveat, and debugging flag. It is front-loaded with the core purpose and avoids fluff. Highly efficient for the complexity covered.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (15 parameters, nested objects, no annotations, no output schema), the description covers the core operational aspects well, including state handling, streaming, and debugging. However, it omits a clear description of the default response format or return value, and since no output schema exists, this is a slight gap. Still, it is a strong contextual overview.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate. It adds meaning for key parameters like `input`, `instructions`, `reasoning.effort`, `tools`, `stream`, and `include_raw_response`, but leaves many parameters (e.g., `text`, `user`, `model`, `top_p`, `temperature`, `tool_choice`, `max_output_tokens`) without any commentary. This is a partial compensation, not complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a stateless DeepSeek V4 response via the Responses API, with a specific verb and resource. However, it does not explicitly distinguish itself from sibling tools like chat_completion or completion, so the differentiation is only implicit through 'Responses API' and 'stateless'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: requiring `input`, `instructions`, or both; directing use of `reasoning.effort`, `tools`, `stream`, and `include_raw_response` for specific scenarios. It lacks explicit when-not-to-use guidance or alternative tool mentions, hence no full exclusionary guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/DMontgomery40/deepseek-mcp-server'

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