Skip to main content
Glama

Review whole files with DeepSeek

review_files
Read-only

Review existing files for architecture, bugs, or unfamiliar code using DeepSeek. Pass repo-relative paths; the server reads them.

Instructions

Get a DeepSeek review of complete files rather than a diff. Use when the question is about existing code rather than a change — architecture, a suspected bug, or an unfamiliar module. Pass paths only; the server reads them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNoWhat to weight most, and any context not visible in the files.
pathsYesRepo-relative file paths to review.
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds the useful detail that the server reads the files, so the agent does not need to read them itself. This clarifies the execution model and aligns with openWorldHint, though it does not discuss limits or response structure. No contradictions found.

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 two sentences, front-loaded with the core purpose in the first sentence and usage context in the second. 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.

Completeness4/5

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

The tool is simple with two parameters, good annotations, and no output schema. The description covers purpose, usage, and calling convention. It does not explicitly describe the return format, but for a review tool the output is implied as the review itself, so completeness is sufficient.

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 already covers both parameters with descriptions (repo-relative paths, focus). The description adds 'Pass paths only; the server reads them', which reinforces the paths parameter but does not introduce new semantic meaning. With high schema coverage, baseline 3 is appropriate.

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 clearly states the tool provides a DeepSeek review of complete files (resource) rather than a diff. It explicitly contrasts with diff-based review and gives example use cases (architecture, suspected bug, unfamiliar module), making the purpose unmistakable. The verb 'Get' is specific to the action.

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 explicit usage context: use when the question is about existing code rather than a change, and lists concrete scenarios. It says 'rather than a diff' which implies the sibling tool review_changes, but it does not explicitly name the alternative tool, so it stops short of full explicitness.

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