Skip to main content
Glama

get_architectural_context

Analyze specific files or entire projects to retrieve detailed architectural context, identify compliance needs, and automatically set up ADR infrastructure for project success.

Instructions

Get detailed architectural context for specific files or the entire project, automatically sets up ADR infrastructure if missing, and provides outcome-focused workflow for project success

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conversationContextNoRich context from the calling LLM about user goals and discussion history
filePathNoSpecific file path to analyze (optional, analyzes entire project if not provided)
includeComplianceNoInclude compliance checks in the analysis

Implementation Reference

  • Type definition (schema) for the input arguments of the 'get_architectural_context' tool.
    export interface GetArchitecturalContextArgs { projectPath?: string; filePath?: string; includeCompliance?: boolean; analysisDepth?: string; recursiveDepth?: string; technologyFocus?: string[]; analysisScope?: string[]; includeEnvironment?: boolean; }
  • The tool is documented in the hardcoded list of available tools used by ServerContextGenerator for creating server context markdown.
    name: 'get_architectural_context', description: 'Retrieve architectural context and decisions for a project', },

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