MAP Docs
MARI

Operations

Every operation on MARI.

The full operation table for MARI. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mari crate.

Index

OperationSummary
inquireLaunch an open-ended inquiry under declared budget and policy.
synthesizeSynthesize findings across sources into a structured report.
uncertaintySurface an explicit map of what remains uncertain after inquiry.

Reference

inquire

Launch an open-ended inquiry under declared budget and policy.

FieldValue
Capabilitymap.mari.inquire
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

synthesize

Synthesize findings across sources into a structured report.

FieldValue
Capabilitymap.mari.synthesize
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

uncertainty

Surface an explicit map of what remains uncertain after inquiry.

FieldValue
Capabilitymap.mari.uncertainty
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page