Skip to main content
Glama

Record a decision

append_decision

Append a confirmed decision to a project's Decisions note, preserving existing content, and return the note path and heading.

Instructions

Append a confirmed decision to a project's Decisions note, in the vault's Decision/Details format. Only record what the operator has actually confirmed. Writes to disk: it adds to the end of the note and never edits what is already there, so calling it twice records the decision twice. Returns the note path and the heading written; errors when the project or its Decisions note is missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort heading for the decision
detailsNoOptional supporting details
projectYesProject name, id, or trigger word
decisionYesThe decision itself, one or two sentences
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Despite annotations all being false, the description explicitly discloses write side effects, append-only behavior, non-idempotency ('calling it twice records the decision twice'), and error conditions when the project or note is missing. It also says it never edits existing content, going well beyond the annotation fields.

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 three sentences: purpose, key constraint, and side effects/return/errors. It is front-loaded, concise, and every sentence carries essential information without redundancy.

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

Completeness5/5

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

Even without an output schema, the description states what it returns (note path and heading) and when it errors. With all parameters documented in the schema and the tool's non-idempotent behavior explicitly disclosed, the description is fully sufficient for an agent to invoke this tool safely.

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

Parameters3/5

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

The input schema already covers 100% of parameters with descriptions, so the baseline is 3. The description adds the Decision/Details format context but does not elaborate on individual parameter meaning beyond the schema.

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 states a specific action: 'Append a confirmed decision to a project's Decisions note' in a defined format. It includes the resource (project Decisions note), the operation (append), and a format constraint, making it distinct from siblings like append_rule.

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

Usage Guidelines4/5

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

The description gives clear context: use it only for confirmed decisions, and it warns about duplication on repeated calls. It does not explicitly mention when to prefer alternatives like append_rule, but the decision-vs-rule distinction is implicit.

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

Other Tools

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/sunsatosolutions/Vulcanus'

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