Skip to main content
Glama
equinoxaifinance-rgb

Living Stack MCP

Record an Authorized Outcome

livingstack.record_outcome

Record an outcome after an authorized action, reconciling reserved cost and appending tamper-evident evidence references.

Instructions

Consume one prior authorization, reconcile reserved cost, and append a tamper-evident outcome with typed evidence references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryNoShort redacted outcome summary.
session_idYesOpaque Living Stack session identifier.
evidence_refsNoReceipt IDs, hashes, or safe references.
classificationYesObserved result.
evidence_typesNoEvidence categories such as verification or integrity.
actual_cost_usdNoObserved cost, which cannot exceed the reservation.
authorization_idYesAuthorization returned by livingstack.authorize_action.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With annotations providing no positive behavioral hints, the description carries the disclosure burden and is quite explicit: it consumes an authorization, reconciles reserved cost, and appends a tamper-evident outcome. This signals mutation, consumption of a limited resource, and append-only integrity, though it stops short of describing failure modes or validation behavior.

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 a single sentence with no filler and front-loaded action verbs. Every phrase contributes a distinct behavioral element: consuming authorization, reconciling cost, and appending evidence.

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

Completeness3/5

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

The schema is rich and an output schema is reported, so the description does not need to explain return values. However, it lacks explicit lifecycle guidance such as requiring a prior livingstack.authorize_action call or a valid session, and it does not address when to choose this tool over related siblings.

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 description coverage is 100%, so the schema already documents every parameter. The description adds useful context by tying 'reserved cost' to actual_cost_usd and 'typed evidence references' to evidence_refs/evidence_types, but it does not add meaning beyond what the schema already conveys.

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 uses specific domain verbs ('consume', 'reconcile', 'append') and resources ('prior authorization', 'reserved cost', 'outcome'), making it clear this tool records the result of an authorized action. It is easily distinguishable from siblings like authorize_action or session_status.

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

Usage Guidelines3/5

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

The description implies the tool is used after an authorized action has been attempted, but it never explicitly states when to call it or when to prefer a sibling tool. It does not mention alternatives such as verify_release or check_claim, leaving the routing decision to inference.

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/equinoxaifinance-rgb/living-stack-mcp'

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