Skip to main content
Glama

Reviewer MCP

by jaggederest

generate_spec

Create specification documents using OpenAI O3 model based on provided prompts and context. Supports markdown and structured formats for clear and organized output.

Instructions

Generate a specification document using OpenAI O3 model

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context or requirements
formatNoOutput format for the specificationmarkdown
promptYesDescription of what specification to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "context": { "description": "Additional context or requirements", "type": "string" }, "format": { "default": "markdown", "description": "Output format for the specification", "enum": [ "markdown", "structured" ], "type": "string" }, "prompt": { "description": "Description of what specification to generate", "type": "string" } }, "required": [ "prompt" ], "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