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
| Operation | Summary |
|---|---|
inquire | Launch an open-ended inquiry under declared budget and policy. |
synthesize | Synthesize findings across sources into a structured report. |
uncertainty | Surface an explicit map of what remains uncertain after inquiry. |
Reference
inquire
Launch an open-ended inquiry under declared budget and policy.
| Field | Value |
|---|---|
| Capability | map.mari.inquire |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
synthesize
Synthesize findings across sources into a structured report.
| Field | Value |
|---|---|
| Capability | map.mari.synthesize |
| Idempotent | No — 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.
| Field | Value |
|---|---|
| Capability | map.mari.uncertainty |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.