Skip to main content
Glama

get_development_guidance

Convert architectural decisions and workflow recommendations into actionable coding tasks, implementation patterns, and development roadmaps tailored to your current phase, technology stack, and team context.

Instructions

Get comprehensive development guidance that translates architectural decisions and workflow recommendations into specific coding tasks, implementation patterns, and development roadmap

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adrsToImplementNoList of ADR titles or file paths that need to be implemented in code
currentProgressNoWhat has already been implemented or current state of development
developmentPhaseYesCurrent development phase
focusAreasNoSpecific areas to focus on (e.g., ["API design", "database schema", "testing strategy", "deployment pipeline"])
teamContextNo
technologyStackNoCurrent technology stack (e.g., ["TypeScript", "React", "Node.js", "PostgreSQL", "Docker"])
timelineNoDevelopment timeline or deadline constraints

Implementation Reference

  • TypeScript interface defining the input arguments (schema) for the 'get_development_guidance' MCP tool.
    export interface GetDevelopmentGuidanceArgs { developmentPhase?: string; adrsToImplement?: string[]; technologyStack?: string[]; currentProgress?: string; teamContext?: { size?: string; experienceLevel?: string; }; timeline?: string; focusAreas?: string[]; }
  • Tool name and description listed in server context generator's hardcoded tool catalog (indicates registration awareness). No handler implementation found.
    name: 'get_development_guidance', description: 'Get development guidance and best practices', },

Latest Blog Posts

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