Skip to main content
Glama
black-dash77

ORA

by black-dash77

ora_capture_decision

Capture technical decisions like architecture, library choices, and patterns during a session. Store context, rationale, and alternatives for later reuse.

Instructions

Stocke une decision technique prise pendant la session. Utilise pour memoriser les choix architecturaux, de librairies, de patterns, etc. Appelle cet outil quand une decision significative est prise avec l'utilisateur.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags pour categoriser
contextNoLe contexte qui a mene a cette decision
categoryNoCategorie de la decision
decisionYesLa decision prise (ex: "Utiliser Zustand pour le state management")
rationaleNoPourquoi cette decision a ete prise
alternativesNoLes alternatives considerees et rejetees
project_pathNoChemin du projet concerne
related_filesNoFichiers impactes par cette decision
Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'stores a decision' without explaining side effects, idempotency, persistence, or return value. Missing details about what happens after capture.

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

Conciseness4/5

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

Two sentences, clear and front-loaded. The second sentence could be slightly more concise, but overall efficient and easy to parse.

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?

Given 8 parameters and no output schema, the description does not explain return values or confirm success. It lacks details on persistence, searchability, or how decisions are stored/retrieved, leaving gaps for an agent.

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?

Schema descriptions cover 100% of parameters, so description adds marginal value. It provides an example format for 'decision' but does not clarify meaning beyond schema. Baseline 3 is appropriate.

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 clearly states it stores technical decisions and lists categories (architectural, library, pattern, etc.). It distinguishes itself from siblings like 'ora_capture_note' and 'ora_recall_decisions' by focusing specifically on decisions.

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?

Explicitly states when to call: 'when a significant decision is made with the user.' It implies not to use for general notes, but doesn't explicitly mention alternative tools or when not to use.

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

Install Server

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/black-dash77/ora-mcp'

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