Skip to main content
Glama
alopez3006

snipara-mcp

by alopez3006

rlm_decision_create

Create structured decision records for architectural and technical decisions. Documents context, rationale, alternatives, and revert plans with auto-generated IDs and tags.

Instructions

Create a structured decision record (ADR-style) for architectural or technical decisions.

Records decisions with context, rationale, alternatives considered, and revert plans. Auto-generates DEC-XXX IDs. Supports tags for categorization.

Use for:

  • Architectural decisions (database choice, framework selection)

  • Technical trade-offs (performance vs maintainability)

  • Process decisions (deployment strategy, testing approach)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesShort title for the decision (e.g., 'Use Redis for caching')
ownerYesWho made or is responsible for this decision
scopeYesScope/area affected (e.g., 'backend', 'authentication', 'database')
impactNoImpact level of this decisionMEDIUM
contextYesBackground and context for why this decision was needed
decisionYesThe actual decision made (what was chosen)
rationaleYesWhy this option was chosen over alternatives
alternativesNoList of alternatives that were considered
revert_planNoHow to revert this decision if needed (optional)
tagsNoTags for categorization (e.g., ['architecture', 'caching', 'performance'])
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions key details: auto-generates DEC-XXX IDs, supports tags, and requires specific fields. However, it does not mention side effects, idempotency, or response structure (no output schema). The disclosure is adequate but not thorough.

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?

The description is reasonably concise: a clear first sentence, then a short list of captured fields, then a list of use cases. It is front-loaded and each sentence adds value. Could be slightly tighter, but overall well-structured.

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

Completeness4/5

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

For a creation tool with 10 parameters and no output schema, the description covers purpose, usage scenarios, and key fields. It lacks return value details and error conditions, but the provided information is sufficient to understand when to use the tool and what inputs are expected.

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 coverage is 100%, so the baseline is 3. The description adds context by listing core concepts (context, rationale, alternatives, revert plans) but does not elaborate on each parameter. It adds some value but is not extensive.

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 explicitly states the tool creates a structured ADR-style decision record. It uses a specific verb (Create) and resource (structured decision record). The 'Use for' section and examples (database choice, framework selection) distinguish it from siblings like rlm_decision_query and rlm_decision_supersede.

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 provides clear scenarios for use (architectural decisions, technical trade-offs, process decisions) under 'Use for'. It does not explicitly state when not to use, but the listed contexts imply appropriate use. It does not compare to alternatives, but the purpose is clear enough.

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/alopez3006/snipara-mcp'

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