MCP Prompt Server

code_review

Analyze and evaluate code for quality, adherence to standards, and potential issues by specifying the programming language and code snippet. Integrates with the MCP Prompt Server for efficient workflows.

Input Schema

NameRequiredDescriptionDefault
codeYes要审查的代码
languageYes编程语言

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "要审查的代码", "type": "string" }, "language": { "description": "编程语言", "type": "string" } }, "required": [ "language", "code" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Prompt Server

Related Tools

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/gdli6177/mcp-prompt-server'

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