Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_DECISIONS_LOG_PATHNoPath to the decision log file. By default, the server writes to ~/.local/share/mcp-decisions/decisions_log.json. Set this environment variable to use another file.~/.local/share/mcp-decisions/decisions_log.json

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
record-decisionB

Register a technical decision with problem, solution, alternatives, and technologies

record-predictionA

Register a measurable prediction linked to a decision

record-outcomeA

Close the prediction loop: record actual results and calculate accuracy

query-decisionsA

Search prior decisions by keyword, technology, or domain

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: querying decisions, recording a decision, recording a prediction for that decision, and recording the outcome. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow the same pattern: a verb followed by a noun, using lowercase and hyphens (e.g., record-decision). The naming is perfectly consistent.

Tool Count5/5

Four tools cover the core workflow of managing decisions with predictions and outcomes. The count is appropriate for this focused domain, not too few or too many.

Completeness4/5

The tool set covers the main lifecycle: querying, recording decisions, adding predictions, and logging outcomes. Missing update or delete functionality, but the core workflow is complete.

Maintenance

ActivityMaintained
ResponsivenessNo issues