Skip to main content
Glama

Consult DeepSeek

consult
Read-only

Ask DeepSeek for a second opinion on engineering questions, design trade-offs, or elusive bugs. Attach files by path and include prior turns for context.

Instructions

Ask DeepSeek a specific engineering question as a second opinion — design trade-offs, a decision you are unsure about, or a bug you cannot place. Attach files by path rather than pasting them. For multi-turn exchanges, pass the prior turns in history so the answer builds on them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsNoRepo-relative files to attach as context. The server reads them.
contextNoAnything relevant that is not in the files — constraints, symptoms, goals.
historyNoPrior turns of this consultation, oldest first.
questionYesThe specific question. State what you have already tried or ruled out.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so safety is covered. The description adds valuable behavioral context: files are attached by path (not pasted), and prior turns are passed via 'history' to build on them. No contradiction with annotations.

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?

Three sentences, front-loaded with purpose, followed by two essential usage tips. Every sentence earns its place with no redundancy or filler.

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

Completeness5/5

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

The description fully covers the tool's purpose, main use cases, and important parameters. With 100% schema coverage and readOnly annotation, it provides enough context for an agent to select and invoke the tool correctly. No output schema needed for this Q&A tool.

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

Parameters4/5

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

Schema coverage is 100%, giving baseline 3. The description adds practical guidance beyond schema: 'Attach files by path rather than pasting them' clarifies 'paths', and 'pass the prior turns in history' clarifies 'history'. This adds meaning for parameter usage.

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

Purpose5/5

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

The description uses a specific verb ('Ask') with resource 'DeepSeek' and scope 'a specific engineering question as a second opinion', listing concrete use cases. This clearly distinguishes it from sibling review tools which focus on reviewing changes or files.

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 gives clear context on when to use this tool (design trade-offs, uncertain decisions, hard-to-place bugs) and practical guidance on file attachment and multi-turn history. It does not explicitly name alternatives or state when-not-to-use, but the use cases make the intended usage clear.

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/berrydev-ai/deepseek-mcp'

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