Skip to main content
Glama

mcp-with-ssh

log_decision

Record and document decisions in a structured format, including title, context, alternatives, and consequences, for centralized knowledge management on the MCP server.

Instructions

Log a decision in the decision log

Input Schema

NameRequiredDescriptionDefault
alternativesNoAlternatives considered
consequencesNoConsequences of the decision
contextYesDecision context
decisionYesThe decision made
titleYesDecision title

Input Schema (JSON Schema)

{ "properties": { "alternatives": { "description": "Alternatives considered", "items": { "type": "string" }, "type": "array" }, "consequences": { "description": "Consequences of the decision", "items": { "type": "string" }, "type": "array" }, "context": { "description": "Decision context", "type": "string" }, "decision": { "description": "The decision made", "type": "string" }, "title": { "description": "Decision title", "type": "string" } }, "required": [ "title", "context", "decision" ], "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/aakarsh-sasi/memory-bank-mcp'

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