Skip to main content
Glama
Hardik-369

Change Risk Assessor MCP Server

by Hardik-369

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
assess_change_riskA

Classify code change risk. Return JSON only.

CLASSIFY (single-pass, no explanation):

  • HIGH: data deletion, auth changes, schema mutations, infra changes, breaking contracts

  • MEDIUM: behavior changes, config updates, unclear test coverage

  • LOW: comments, formatting, renames, tests only, pure refactors

OUTPUT (strict limits): { "risk_level": "low|medium|high", "risk_types": ["data_loss","auth","perf","breaking_change","infra","unknown"], "confidence": 0.0-1.0, "reasoning": "max 8 words, fragments only, no sentences", "agent_advice": "max 10 words, imperative only" }

REASONING examples:

  • "auth logic changed, rollback unclear"

  • "schema mutation, irreversible"

  • "refactor only, no behavior delta"

  • "config change, no tests"

ADVICE examples:

  • "run full test suite before deploy"

  • "verify rollback plan exists"

  • "standard review, check build"

FORBIDDEN in reasoning/advice:

  • describing files or code

  • repeating diff content

  • full sentences

  • context repetition

  • explanations

Classify immediately. Be conservative.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Hardik-369/mcp-change-risk-assessor'

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