Skip to main content
Glama

GLM-4.6 MCP Server

by bobvasic

analyze_code_architecture

Analyze source code architecture to evaluate design patterns, SOLID principles, scalability, and security while providing improvement recommendations for better system design.

Instructions

Analyze code from an architectural perspective using GLM-4.6. Evaluates design patterns, SOLID principles, scalability, security implications, and provides improvement recommendations.

Input Schema

NameRequiredDescriptionDefault
codeYesThe source code to analyze
languageYesProgramming language of the code (e.g., typescript, python, go, java)
questionYesSpecific architectural question about the code

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The source code to analyze", "type": "string" }, "language": { "description": "Programming language of the code (e.g., typescript, python, go, java)", "type": "string" }, "question": { "description": "Specific architectural question about the code", "type": "string" } }, "required": [ "code", "language", "question" ], "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/bobvasic/glm-mcp-server'

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