Skip to main content
Glama

GLM-4.6 MCP Server

by bobvasic

review_technical_decision

Evaluate technical decisions by assessing impact, trade-offs, alternatives, and risks. Provides architectural recommendations based on system context and constraints.

Instructions

Review and evaluate a technical decision using GLM-4.6 architectural expertise. Assesses impact, trade-offs, alternatives, risks, and provides recommendations.

Input Schema

NameRequiredDescriptionDefault
contextYesContext including current architecture, constraints, and objectives
decisionYesThe technical decision to review

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Context including current architecture, constraints, and objectives", "type": "string" }, "decision": { "description": "The technical decision to review", "type": "string" } }, "required": [ "decision", "context" ], "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