Skip to main content
Glama
jmjava
by jmjava

record_decision

Store durable architecture or engineering decisions as dated Markdown files in an Obsidian vault, adding numeric suffixes to avoid overwrites.

Instructions

Store a durable architecture or engineering decision.

Creates YYYY-MM-DD-.md. If that file already exists, a numeric suffix is added instead of overwriting.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
contextYes
projectYes
decisionYes
rationaleNo
alternativesNo
consequencesNo
related_filesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the behavioral burden. It clearly discloses that the tool creates a dated markdown file and that existing files are not overwritten but instead get a numeric suffix. This is meaningful side-effect information, even though permissions and exact file location are not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short, front-loaded sentences. The first states the purpose and the second explains the exact file behavior and collision handling. There is no filler or redundant restating of the tool name.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with eight parameters, four required, no annotations, and no parameter descriptions, the definition is too minimal. It covers file creation and overwrite avoidance but leaves unclear how the parameters map to the generated document, when to choose this over sibling tools, and what a valid call should look like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to explain the eight parameters, but it only implies a slug derived from the title. It does not clarify project, context, decision, rationale, alternatives, consequences, or related_files. The parameter names are self-explanatory enough to avoid a 1, but the description fails to compensate for the missing schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Store a durable architecture or engineering decision.' It then specifies the concrete artifact, YYYY-MM-DD-<decision-slug>.md, which makes the tool clearly distinct from siblings like capture_work_session, append_daily_note, and search_memory.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided about when to use record_decision versus the listed alternative tools. The phrase 'durable architecture or engineering decision' implies a use case, but the description does not state exclusions, prerequisites, or how this differs from session capture or daily note appending.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/jmjava/obsidian-mcp'

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