Skip to main content
Glama

add_decision

Adds a structured architecture decision record (ADR) to document technical choices with context, decision details, and consequences.

Instructions

Adds a single architecture decision record (ADR) to DECISIONS.md. Creates a structured entry with title, context, decision, and consequences sections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the decision (e.g., "Use PostgreSQL for primary database").
contextNoThe context and problem statement that led to this decision.
decisionYesThe decision that was made.
consequencesNoThe positive and negative consequences of the decision.
statusNoStatus of the decision. Default: "accepted".accepted
tagsNoTags for categorization (e.g., ["database", "infrastructure"]).

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/pouyanafisi/project-mcp'

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