Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

create_rule_set

Generate machine-readable rule sets in JSON or YAML format for architectural decision records, combining ADR, code pattern, and custom rules for consistent analysis.

Instructions

Create machine-readable rule set in JSON/YAML format

Input Schema

NameRequiredDescriptionDefault
adrRulesNoRules extracted from ADRs
authorNoAuthor of the rule setMCP ADR Analysis Server
descriptionNoDescription of the rule setGenerated architectural rule set
nameYesName of the rule set
outputFormatNoOutput format for rule setjson
patternRulesNoRules generated from code patterns
rulesNoAdditional rules to include

Input Schema (JSON Schema)

{ "properties": { "adrRules": { "description": "Rules extracted from ADRs", "items": { "type": "object" }, "type": "array" }, "author": { "default": "MCP ADR Analysis Server", "description": "Author of the rule set", "type": "string" }, "description": { "default": "Generated architectural rule set", "description": "Description of the rule set", "type": "string" }, "name": { "description": "Name of the rule set", "type": "string" }, "outputFormat": { "default": "json", "description": "Output format for rule set", "enum": [ "json", "yaml", "both" ], "type": "string" }, "patternRules": { "description": "Rules generated from code patterns", "items": { "type": "object" }, "type": "array" }, "rules": { "description": "Additional rules to include", "items": { "type": "object" }, "type": "array" } }, "required": [ "name" ], "type": "object" }

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/tosin2013/mcp-adr-analysis-server'

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