Skip to main content
Glama

Reviewer MCP

by jaggederest

review_spec

Analyze specification documents for completeness and provide critical feedback, focusing on designated areas to ensure thorough review and quality improvement.

Instructions

Review a specification for completeness and provide critical feedback

Input Schema

NameRequiredDescriptionDefault
focusAreasNoSpecific areas to focus the review on
specYesThe specification document to review

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "focusAreas": { "description": "Specific areas to focus the review on", "items": { "type": "string" }, "type": "array" }, "spec": { "description": "The specification document to review", "type": "string" } }, "required": [ "spec" ], "type": "object" }
Install Server

Other Tools from Reviewer MCP

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/jaggederest/mcp_reviewer'

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