Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

create_research_template

Generate structured research template files to document findings, supporting organized analysis and decision records in codebases.

Instructions

Create a research template file for documenting findings

Input Schema

NameRequiredDescriptionDefault
categoryNoResearch categorygeneral
researchPathNoPath to research directorydocs/research
titleYesTitle of the research

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "general", "description": "Research category", "type": "string" }, "researchPath": { "default": "docs/research", "description": "Path to research directory", "type": "string" }, "title": { "description": "Title of the research", "type": "string" } }, "required": [ "title" ], "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