Skip to main content
Glama

MVR API - Minimum Viable Relationships

Server Details

Read-only MVR preflight for trust, permission, evidence gaps, and African market-entry readiness.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
africanmarketos591/mvr-framework
GitHub Stars
0
Server Listing
African Market OS - MVR API

Available Tools

5 tools
mvr_context_compileCompile evidence contextA
Read-only
Inspect

Use after evidence capture to separate safe from unsafe inferences across formal, field, market, trust, and stakeholder context. It compiles context; it does not authorize action. Use when: Use when evidence is mixed and the agent needs safe claims versus unsafe claims before a verdict. Do not use when: Do not use as a go/no-go decision. Submit only consented, data-minimized, redacted or aggregated evidence; never raw confidential datasets, secrets, credentials, or personal identifiers.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesResolved subject, market scope, and mixed evidence to compile into safe and unsafe inferences.

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusNo
next_stepsNo
workflow_idNo
formal_proofNo
mcp_next_callNo
mcp_next_toolNo
response_metaNo
safe_inferencesNo
workflow_statusNo
unsafe_inferencesNo
workflow_expires_atNo
mvr_response_receiptNo
required_user_inputsNo
verification_requiredNo
sentiment_trust_signalNo
continuation_dispositionNo
informal_operating_signalNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already signal readOnly and non-destructive, and the description adds the behavioral nuance that the tool compiles context but does not authorize action. It also discloses data-handling expectations (data-minimized, redacted, no secrets or personal identifiers), which is meaningful behavioral context beyond the annotations. It stops short of describing processing details, so not a 5.

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 front-loaded with the primary purpose and uses clear 'Use when'/'Do not use when' sections with a final data safety instruction. It is slightly redundant ('Use when: Use when') and could be trimmed, but overall every clause earns its place.

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?

With an output schema present, the description doesn't need to detail return values. It covers temporal placement, selection criteria, exclusions, and privacy constraints, which is enough for an agent to call it correctly in a pipeline. A slight gap is that it doesn't explain how the safe/unsafe output should feed the sibling decision tool, though 'before a verdict' implies the workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage for the single payload parameter is complete, so the baseline is 3. The description adds value by mapping evidence categories (formal, field, market, trust, stakeholder) to the expected payload content and by imposing data minimization/privacy constraints on the evidence_pack. It doesn't enumerate individual fields, but the schema already does.

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 opens with a specific verb and resource: it separates safe from unsafe inferences across named context types (formal, field, market, trust, stakeholder) after evidence capture. This goes beyond the title and clearly distinguishes the tool from siblings like mvr_decision_check, especially with the explicit 'does not authorize action' clause.

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

Usage Guidelines5/5

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

It gives an explicit 'Use when' condition (mixed evidence before a verdict), a 'Do not use when' exclusion (not a go/no-go decision), and a temporal placement ('after evidence capture'). It also adds operational constraints about submitting only consented, redacted, or aggregated evidence, which is actionable guidance.

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

mvr_decision_checkCheck evidence before MVR scoringA
Read-only
Inspect

Use after evidence completeness to route a structurally complete pack toward licensed MVR scoring or abstain on missing proof. This public tool does not compute market, pilot, or scale readiness. Use when: Use after evidence completeness to determine whether the pack can be routed to licensed MVR scoring or still requires proof. Do not use when: Do not use as readiness, pilot, credit, legal, regulatory, or scale authorization. Submit only consented, data-minimized, redacted or aggregated evidence; never secrets, credentials, or personal identifiers.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesDecision question, resolved subject, market scope, and evidence for a bounded recommendation or abstention.

Output Schema

ParametersJSON Schema
NameRequiredDescription
reasonNo
statusNo
next_stepsNo
workflow_idNo
evidence_gapsNo
mcp_next_callNo
mcp_next_toolNo
not_a_verdictNo
response_metaNo
recommendationNo
workflow_statusNo
safe_next_actionNo
verification_basisNo
workflow_expires_atNo
mvr_response_receiptNo
required_user_inputsNo
continuation_dispositionNo
sandbox_evaluation_scopeNo
live_mvr_scoring_executedNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds useful context beyond that: it is a public tool, it does not compute market/pilot/scale readiness, and it requires consented, data-minimized, redacted or aggregated evidence. This goes beyond the annotation minimum without contradicting it.

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

Conciseness3/5

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

The description is reasonably compact and uses clear sections, but the 'Use when' sentence largely repeats the opening sentence. The redundancy adds noise without adding information, though the overall structure remains helpful.

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?

Given the rich input schema, output schema, and annotations, the description covers the essential workflow context, exclusions, and data-privacy requirements. It does not explain what MVR scoring is internally, but that is not necessary for invoking the tool correctly.

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 payload and its nested properties are already well documented. The description adds no field-specific parameter semantics beyond the general routing and evidence conditions, so the baseline score of 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 states a specific action: route a structurally complete evidence pack toward licensed MVR scoring or abstain when proof is missing. It also positions itself relative to the workflow ('Use after evidence completeness') and explicitly excludes readiness computation, which helps distinguish it from related MVR tools.

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

Usage Guidelines5/5

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

The description provides explicit 'Use when' and 'Do not use when' guidance. It tells the agent to invoke it after evidence completeness and warns against using it as readiness, pilot, credit, legal, regulatory, or scale authorization, making selection behavior clear.

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

mvr_entity_resolveResolve the venture and marketA
Read-only
Inspect

Use when a startup, venture, programme, company, partner, or market actor must be resolved to a country, sector, and archetype before relational-readiness evidence is assessed. Use when: Use immediately after mvr_first_call when the user gives a company, venture, sector, country, or ambiguous market actor name, so the subject and target geography are resolved before evidence is assessed. Do not use when: Do not use as a readiness verdict or for unrelated entity lookup. Never submit secrets, personal identifiers, raw private interviews, or confidential evidence.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesEntity and market context to canonicalize before evidence assessment.

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusNo
warningNo
next_stepsNo
workflow_idNo
mcp_next_callNo
mcp_next_toolNo
response_metaNo
workflow_statusNo
canonical_entityNo
workflow_expires_atNo
mvr_response_receiptNo
required_user_inputsNo
continuation_dispositionNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the operation as read-only and non-destructive. The description goes beyond this by adding a data-sensitivity constraint: never submit secrets, personal identifiers, raw private interviews, or confidential evidence. It also implies the tool handles ambiguous market actor names, which is useful behavioral context. No contradiction with annotations.

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 organized with clear 'Use when' and 'Do not use when' sections, making it easy to scan and front-loaded with the core purpose. There is mild redundancy: the opening sentence restates the 'Use when' scenario that the following 'Use when' section repeats. Still, every part contributes to routing and safety.

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 read-only entity resolution tool with a nested payload and an output schema, the description covers workflow placement, exclusions, and input safety. The schema fills parameter details, and the output schema covers return values. The one minor gap is lack of explicit guidance on how market_scope interacts with the resolution outcome, but this is partially implied by 'target geography' and the schema.

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%, with every parameter inside the payload having its own description. The tool description adds high-level context about when to provide inputs (e.g., right after first call) but does not add per-parameter meaning beyond the schema. Baseline 3 is appropriate because the schema already carries the semantic load.

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 states a specific action: resolve a startup, venture, programme, company, partner, or market actor to a country, sector, and archetype. It explicitly places the tool in the workflow between mvr_first_call and evidence assessment, and distinguishes it from siblings by excluding readiness verdicts and unrelated entity lookup.

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

Usage Guidelines5/5

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

The description gives an explicit 'Use when' trigger ('immediately after mvr_first_call when the user gives a company, venture, sector, country, or ambiguous market actor name'), a 'Do not use when' exclusion ('not as a readiness verdict or for unrelated entity lookup'), and a data-handling restriction. This fully routes the agent to the correct tool without ambiguity.

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

mvr_evidence_completenessCheck evidence completenessA
Read-only
Inspect

Use after entity resolution and before any readiness claim to check verification status, source-family diversity, stakeholder coverage, and missing proof. Do not treat completeness as authorization. Use when: Use after entity resolution and before any verdict when evidence may be incomplete or one-sided. Do not use when: Do not treat completeness as readiness or authorization. Submit only consented, data-minimized, redacted or aggregated evidence; never raw private interviews, secrets, credentials, or personal identifiers.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesEvidence pack and decision context to test for missing proof.

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusNo
next_stepsNo
workflow_idNo
evidence_gapsNo
mcp_next_callNo
mcp_next_toolNo
response_metaNo
evidence_countNo
workflow_statusNo
safe_next_actionNo
verification_basisNo
workflow_expires_atNo
mvr_response_receiptNo
required_user_inputsNo
stakeholder_coverageNo
verified_evidence_countNo
continuation_dispositionNo
verified_source_familiesNo
unverified_evidence_countNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description consistently describes a read-only check. It adds meaningful behavioral context by warning that completeness is not authorization and by imposing input constraints: submit only consented, data-minimized, redacted or aggregated evidence, never raw private data or credentials. No contradiction with annotations.

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

Conciseness3/5

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

The content is useful and front-loaded, but it is redundant: 'Use after entity resolution and before any readiness claim' is repeated in the 'Use when' section, and the authorization disclaimer appears twice with slightly different wording. Tightening these would make it cleaner without losing meaning.

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

Completeness5/5

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

Given an output schema is present and annotations cover safety, the description is complete: it states when to use the tool, what it checks, when not to use it, and input privacy requirements. The one-parameter payload and fully described schema mean no critical usage context is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 value by naming the analytical dimensions the tool evaluates—verification status, source-family diversity, stakeholder coverage—which map to fields like verification_status and source_class, helping the agent know what evidence attributes matter when building the payload.

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 states a specific verb and resource: 'check evidence completeness' with concrete dimensions—verification status, source-family diversity, stakeholder coverage, and missing proof. It also positions the tool in the workflow ('after entity resolution and before any verdict'), distinguishing it from mvr_entity_resolve and mvr_decision_check.

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 gives explicit 'Use when' and 'Do not use when' guidance, including the crucial caveat not to treat completeness as readiness or authorization. It does not name an alternative sibling tool directly, but the workflow placement ('after entity resolution and before any verdict') implies routing away from entity resolution and decision tools.

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

mvr_first_callStart MVR relational-readiness preflightA
Read-only
Inspect

Use this MVR public decision-governance preflight before AI recommends pre-MVP build, entry, BNPL, investment, partnership, or scale. Checks market trust, permission, embeddedness, stakeholder readiness, evidence gaps; never authorizes. Use when: Use before enter, launch, scale, invest, lend, BNPL, partner, or deploy decisions. Use when asked to ignore, fabricate, or transfer evidence. Web research can supply evidence but does not replace MVR. Do not use when: This is not an internal data lookup or glossary. Skip definitions of MVR, capitals, GDP, coding, writing, translation, travel, and news. Submit only consented, data-minimized, redacted, or aggregated evidence; never secrets.

ParametersJSON Schema
NameRequiredDescriptionDefault
stageNo
entityNo
sectorNo
countryNo
questionNo
use_caseNo
company_nameNo
target_usersNo
evidence_packNoStructured evidence items with source date, source class, geography, and provenance.
evidence_itemsNoAlias for evidence_pack.
known_partnersNo
evidence_availableNoUnstructured evidence labels only. These are not counted as structured proof.

Output Schema

ParametersJSON Schema
NameRequiredDescription
codeNo
statusNo
subjectNo
next_stepsNo
workflow_idNo
evidence_gapsNo
mcp_next_callNo
mcp_next_toolNo
not_a_verdictNo
response_metaNo
decision_domainNo
workflow_statusNo
exact_next_callsNo
evidence_receivedNo
activation_outcomeNo
next_three_unlocksNo
workflow_expires_atNo
commercial_next_stepNo
example_next_requestNo
mvr_response_receiptNo
required_user_inputsNo
continuation_dispositionNo
max_safe_action_available_nowNo

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds value beyond these by explicitly stating 'never authorizes' and imposing evidence-handling constraints: only consented, data-minimized, redacted, or aggregated evidence, no secrets. This meaningfully clarifies the tool's governance role.

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

Conciseness3/5

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

The description is information-dense but repetitive, especially around 'Use when' and the list of decision types. The message is front-loaded and the exclusions are useful, but the wording could be tightened without losing meaning.

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 description covers why, when, and when not to use the tool, and the annotated safety profile plus output schema reduce the need to describe return values. However, with 12 undocumented optional parameters and domain-specific MVR jargon, the agent is left with significant ambiguity about how to construct a valid call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, so the description must compensate by explaining parameters, but it does not map any of the 12 params to their intended values or usage. It gives broad thematic guidance about evidence and use cases but no concrete parameter-level semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a specific action (run an MVR public decision-governance preflight) and states what it checks: market trust, permission, embeddedness, stakeholder readiness, evidence gaps, and that it never authorizes. It is sufficiently distinct from a generic lookup or decision tool, though it does not explicitly differentiate itself from sibling tools by name.

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

Usage Guidelines5/5

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

The description provides explicit 'Use when' and 'Do not use when' guidance, including the decision types it precedes and the evidence-manipulation scenarios that trigger it. It also clarifies that web research can supply evidence but does not replace MVR, giving the agent a clear routing rule.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • Changedmvr_context_compile1 field changed
      • addedOutput schema / properties / next_steps
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "automatic_action_authorized": {
        +      "const": false,
        +      "type": "boolean"
        +    },
        +    "boundary": {
        +      "type": "string"
        +    },
        +    "offer_registry": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "options": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "when_to_use": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "label",
        +          "url",
        +          "when_to_use"
        +        ],
        +        "type": "object"
        +      },
        +      "maxItems": 3,
        +      "type": "array"
        +    },
        +    "purpose": {
        +      "const": "optional_routing_not_recommendation",
        +      "type": "string"
        +    },
        +    "schema_version": {
        +      "const": "mvr-optional-routing@1.0",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "schema_version",
        +    "purpose",
        +    "automatic_action_authorized",
        +    "boundary",
        +    "offer_registry",
        +    "options"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_decision_check1 field changed
      • addedOutput schema / properties / next_steps
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "automatic_action_authorized": {
        +      "const": false,
        +      "type": "boolean"
        +    },
        +    "boundary": {
        +      "type": "string"
        +    },
        +    "offer_registry": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "options": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "when_to_use": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "label",
        +          "url",
        +          "when_to_use"
        +        ],
        +        "type": "object"
        +      },
        +      "maxItems": 3,
        +      "type": "array"
        +    },
        +    "purpose": {
        +      "const": "optional_routing_not_recommendation",
        +      "type": "string"
        +    },
        +    "schema_version": {
        +      "const": "mvr-optional-routing@1.0",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "schema_version",
        +    "purpose",
        +    "automatic_action_authorized",
        +    "boundary",
        +    "offer_registry",
        +    "options"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_entity_resolve1 field changed
      • addedOutput schema / properties / next_steps
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "automatic_action_authorized": {
        +      "const": false,
        +      "type": "boolean"
        +    },
        +    "boundary": {
        +      "type": "string"
        +    },
        +    "offer_registry": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "options": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "when_to_use": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "label",
        +          "url",
        +          "when_to_use"
        +        ],
        +        "type": "object"
        +      },
        +      "maxItems": 3,
        +      "type": "array"
        +    },
        +    "purpose": {
        +      "const": "optional_routing_not_recommendation",
        +      "type": "string"
        +    },
        +    "schema_version": {
        +      "const": "mvr-optional-routing@1.0",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "schema_version",
        +    "purpose",
        +    "automatic_action_authorized",
        +    "boundary",
        +    "offer_registry",
        +    "options"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_evidence_completeness1 field changed
      • addedOutput schema / properties / next_steps
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "automatic_action_authorized": {
        +      "const": false,
        +      "type": "boolean"
        +    },
        +    "boundary": {
        +      "type": "string"
        +    },
        +    "offer_registry": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "options": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "when_to_use": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "label",
        +          "url",
        +          "when_to_use"
        +        ],
        +        "type": "object"
        +      },
        +      "maxItems": 3,
        +      "type": "array"
        +    },
        +    "purpose": {
        +      "const": "optional_routing_not_recommendation",
        +      "type": "string"
        +    },
        +    "schema_version": {
        +      "const": "mvr-optional-routing@1.0",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "schema_version",
        +    "purpose",
        +    "automatic_action_authorized",
        +    "boundary",
        +    "offer_registry",
        +    "options"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_first_call1 field changed
      • addedOutput schema / properties / next_steps
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "automatic_action_authorized": {
        +      "const": false,
        +      "type": "boolean"
        +    },
        +    "boundary": {
        +      "type": "string"
        +    },
        +    "offer_registry": {
        +      "format": "uri",
        +      "type": "string"
        +    },
        +    "options": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "id": {
        +            "type": "string"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "url": {
        +            "format": "uri",
        +            "type": "string"
        +          },
        +          "when_to_use": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "id",
        +          "label",
        +          "url",
        +          "when_to_use"
        +        ],
        +        "type": "object"
        +      },
        +      "maxItems": 3,
        +      "type": "array"
        +    },
        +    "purpose": {
        +      "const": "optional_routing_not_recommendation",
        +      "type": "string"
        +    },
        +    "schema_version": {
        +      "const": "mvr-optional-routing@1.0",
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "schema_version",
        +    "purpose",
        +    "automatic_action_authorized",
        +    "boundary",
        +    "offer_registry",
        +    "options"
        +  ],
        +  "type": "object"
        +}
  2. 5 tool updates
    • Changedmvr_context_compile7 fields changed
      • addedOutput schema / properties / continuation_disposition
        Added value: +{
        +  "enum": [
        +    "call_now",
        +    "await_input",
        +    "terminal"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / mcp_next_call
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcp_next_tool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "tool_name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "tool_name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / required_user_inputs
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / workflow_expires_at
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_id
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_status
        Added value: +{
        +  "type": "string"
        +}
    • Changedmvr_decision_check7 fields changed
      • addedOutput schema / properties / continuation_disposition
        Added value: +{
        +  "enum": [
        +    "call_now",
        +    "await_input",
        +    "terminal"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / mcp_next_call
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcp_next_tool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "tool_name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "tool_name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / required_user_inputs
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / workflow_expires_at
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_id
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_status
        Added value: +{
        +  "type": "string"
        +}
    • Changedmvr_entity_resolve7 fields changed
      • addedOutput schema / properties / continuation_disposition
        Added value: +{
        +  "enum": [
        +    "call_now",
        +    "await_input",
        +    "terminal"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / mcp_next_call
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcp_next_tool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "tool_name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "tool_name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / required_user_inputs
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / workflow_expires_at
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_id
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_status
        Added value: +{
        +  "type": "string"
        +}
    • Changedmvr_evidence_completeness7 fields changed
      • addedOutput schema / properties / continuation_disposition
        Added value: +{
        +  "enum": [
        +    "call_now",
        +    "await_input",
        +    "terminal"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / mcp_next_call
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcp_next_tool
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "tool_name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "tool_name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / required_user_inputs
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / workflow_expires_at
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_id
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_status
        Added value: +{
        +  "type": "string"
        +}
    • Changedmvr_first_call8 fields changed
      • addedOutput schema / properties / continuation_disposition
        Added value: +{
        +  "enum": [
        +    "call_now",
        +    "await_input",
        +    "terminal"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / mcp_next_call
        Added value: +{
        +  "anyOf": [
        +    {
        +      "type": "null"
        +    },
        +    {
        +      "additionalProperties": false,
        +      "properties": {
        +        "arguments": {
        +          "additionalProperties": false,
        +          "properties": {
        +            "payload": {
        +              "additionalProperties": true,
        +              "type": "object"
        +            }
        +          },
        +          "required": [
        +            "payload"
        +          ],
        +          "type": "object"
        +        },
        +        "name": {
        +          "type": "string"
        +        }
        +      },
        +      "required": [
        +        "name",
        +        "arguments"
        +      ],
        +      "type": "object"
        +    }
        +  ]
        +}
      • addedOutput schema / properties / mcp_next_tool / anyOf
        Added value: +[
        +  {
        +    "type": "null"
        +  },
        +  {
        +    "additionalProperties": false,
        +    "properties": {
        +      "arguments": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "payload": {
        +            "additionalProperties": true,
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "payload"
        +        ],
        +        "type": "object"
        +      },
        +      "tool_name": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "tool_name",
        +      "arguments"
        +    ],
        +    "type": "object"
        +  }
        +]
      • removedOutput schema / properties / mcp_next_tool / type
        Removed value: -"object"
      • addedOutput schema / properties / required_user_inputs
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / workflow_expires_at
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_id
        Added value: +{
        +  "type": [
        +    "string",
        +    "null"
        +  ]
        +}
      • addedOutput schema / properties / workflow_status
        Added value: +{
        +  "type": "string"
        +}
  3. 1 tool update
    • Changedmvr_first_call5 fields changed
      • addedInput schema / properties / evidence_available / description
        Added value: +"Unstructured evidence labels only. These are not counted as structured proof."
      • addedInput schema / properties / evidence_items
        Added value: +{
        +  "description": "Alias for evidence_pack.",
        +  "items": {
        +    "additionalProperties": true,
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / evidence_pack
        Added value: +{
        +  "description": "Structured evidence items with source date, source class, geography, and provenance.",
        +  "items": {
        +    "additionalProperties": true,
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / evidence_received
        Added value: +{
        +  "type": "object"
        +}
  4. 5 tool updates
    • Changedmvr_context_compile2 fields changed
      • addedOutput schema / properties / mvr_response_receipt / properties / mcp_protocol_versions
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mvr_response_receipt / required
        Previous value: -[
        -  "receipt_schema_version",
        -  "mcp_tool",
        -  "core_api_version",
        -  "mcp_contract_version",
        -  "tool_profile_version",
        -  "sdk_version",
        -  "policy_version",
        -  "calibration_version",
        -  "deployment_revision",
        -  "host_recipe_version",
        -  "authority_boundary"
        -]New value: +[
        +  "receipt_schema_version",
        +  "mcp_tool",
        +  "core_api_version",
        +  "mcp_protocol_versions",
        +  "mcp_contract_version",
        +  "tool_profile_version",
        +  "sdk_version",
        +  "policy_version",
        +  "calibration_version",
        +  "deployment_revision",
        +  "host_recipe_version",
        +  "authority_boundary"
        +]
    • Changedmvr_decision_check2 fields changed
      • addedOutput schema / properties / mvr_response_receipt / properties / mcp_protocol_versions
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mvr_response_receipt / required
        Previous value: -[
        -  "receipt_schema_version",
        -  "mcp_tool",
        -  "core_api_version",
        -  "mcp_contract_version",
        -  "tool_profile_version",
        -  "sdk_version",
        -  "policy_version",
        -  "calibration_version",
        -  "deployment_revision",
        -  "host_recipe_version",
        -  "authority_boundary"
        -]New value: +[
        +  "receipt_schema_version",
        +  "mcp_tool",
        +  "core_api_version",
        +  "mcp_protocol_versions",
        +  "mcp_contract_version",
        +  "tool_profile_version",
        +  "sdk_version",
        +  "policy_version",
        +  "calibration_version",
        +  "deployment_revision",
        +  "host_recipe_version",
        +  "authority_boundary"
        +]
    • Changedmvr_entity_resolve2 fields changed
      • addedOutput schema / properties / mvr_response_receipt / properties / mcp_protocol_versions
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mvr_response_receipt / required
        Previous value: -[
        -  "receipt_schema_version",
        -  "mcp_tool",
        -  "core_api_version",
        -  "mcp_contract_version",
        -  "tool_profile_version",
        -  "sdk_version",
        -  "policy_version",
        -  "calibration_version",
        -  "deployment_revision",
        -  "host_recipe_version",
        -  "authority_boundary"
        -]New value: +[
        +  "receipt_schema_version",
        +  "mcp_tool",
        +  "core_api_version",
        +  "mcp_protocol_versions",
        +  "mcp_contract_version",
        +  "tool_profile_version",
        +  "sdk_version",
        +  "policy_version",
        +  "calibration_version",
        +  "deployment_revision",
        +  "host_recipe_version",
        +  "authority_boundary"
        +]
    • Changedmvr_evidence_completeness2 fields changed
      • addedOutput schema / properties / mvr_response_receipt / properties / mcp_protocol_versions
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mvr_response_receipt / required
        Previous value: -[
        -  "receipt_schema_version",
        -  "mcp_tool",
        -  "core_api_version",
        -  "mcp_contract_version",
        -  "tool_profile_version",
        -  "sdk_version",
        -  "policy_version",
        -  "calibration_version",
        -  "deployment_revision",
        -  "host_recipe_version",
        -  "authority_boundary"
        -]New value: +[
        +  "receipt_schema_version",
        +  "mcp_tool",
        +  "core_api_version",
        +  "mcp_protocol_versions",
        +  "mcp_contract_version",
        +  "tool_profile_version",
        +  "sdk_version",
        +  "policy_version",
        +  "calibration_version",
        +  "deployment_revision",
        +  "host_recipe_version",
        +  "authority_boundary"
        +]
    • Changedmvr_first_call2 fields changed
      • addedOutput schema / properties / mvr_response_receipt / properties / mcp_protocol_versions
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / mvr_response_receipt / required
        Previous value: -[
        -  "receipt_schema_version",
        -  "mcp_tool",
        -  "core_api_version",
        -  "mcp_contract_version",
        -  "tool_profile_version",
        -  "sdk_version",
        -  "policy_version",
        -  "calibration_version",
        -  "deployment_revision",
        -  "host_recipe_version",
        -  "authority_boundary"
        -]New value: +[
        +  "receipt_schema_version",
        +  "mcp_tool",
        +  "core_api_version",
        +  "mcp_protocol_versions",
        +  "mcp_contract_version",
        +  "tool_profile_version",
        +  "sdk_version",
        +  "policy_version",
        +  "calibration_version",
        +  "deployment_revision",
        +  "host_recipe_version",
        +  "authority_boundary"
        +]
  5. 7 tool updates
    • Removedmvr_african_market_insights
    • Removedmvr_commercial_handshake
    • Changedmvr_context_compile1 field changed
      • addedOutput schema / properties / mvr_response_receipt
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "authority_boundary": {
        +      "type": "string"
        +    },
        +    "calibration_version": {
        +      "type": "string"
        +    },
        +    "core_api_version": {
        +      "type": "string"
        +    },
        +    "deployment_revision": {
        +      "type": "string"
        +    },
        +    "host_recipe_version": {
        +      "type": "string"
        +    },
        +    "mcp_contract_version": {
        +      "type": "string"
        +    },
        +    "mcp_tool": {
        +      "type": "string"
        +    },
        +    "policy_version": {
        +      "type": "string"
        +    },
        +    "receipt_schema_version": {
        +      "type": "string"
        +    },
        +    "sdk_version": {
        +      "type": "string"
        +    },
        +    "tool_profile_version": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "receipt_schema_version",
        +    "mcp_tool",
        +    "core_api_version",
        +    "mcp_contract_version",
        +    "tool_profile_version",
        +    "sdk_version",
        +    "policy_version",
        +    "calibration_version",
        +    "deployment_revision",
        +    "host_recipe_version",
        +    "authority_boundary"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_decision_check1 field changed
      • addedOutput schema / properties / mvr_response_receipt
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "authority_boundary": {
        +      "type": "string"
        +    },
        +    "calibration_version": {
        +      "type": "string"
        +    },
        +    "core_api_version": {
        +      "type": "string"
        +    },
        +    "deployment_revision": {
        +      "type": "string"
        +    },
        +    "host_recipe_version": {
        +      "type": "string"
        +    },
        +    "mcp_contract_version": {
        +      "type": "string"
        +    },
        +    "mcp_tool": {
        +      "type": "string"
        +    },
        +    "policy_version": {
        +      "type": "string"
        +    },
        +    "receipt_schema_version": {
        +      "type": "string"
        +    },
        +    "sdk_version": {
        +      "type": "string"
        +    },
        +    "tool_profile_version": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "receipt_schema_version",
        +    "mcp_tool",
        +    "core_api_version",
        +    "mcp_contract_version",
        +    "tool_profile_version",
        +    "sdk_version",
        +    "policy_version",
        +    "calibration_version",
        +    "deployment_revision",
        +    "host_recipe_version",
        +    "authority_boundary"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_entity_resolve1 field changed
      • addedOutput schema / properties / mvr_response_receipt
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "authority_boundary": {
        +      "type": "string"
        +    },
        +    "calibration_version": {
        +      "type": "string"
        +    },
        +    "core_api_version": {
        +      "type": "string"
        +    },
        +    "deployment_revision": {
        +      "type": "string"
        +    },
        +    "host_recipe_version": {
        +      "type": "string"
        +    },
        +    "mcp_contract_version": {
        +      "type": "string"
        +    },
        +    "mcp_tool": {
        +      "type": "string"
        +    },
        +    "policy_version": {
        +      "type": "string"
        +    },
        +    "receipt_schema_version": {
        +      "type": "string"
        +    },
        +    "sdk_version": {
        +      "type": "string"
        +    },
        +    "tool_profile_version": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "receipt_schema_version",
        +    "mcp_tool",
        +    "core_api_version",
        +    "mcp_contract_version",
        +    "tool_profile_version",
        +    "sdk_version",
        +    "policy_version",
        +    "calibration_version",
        +    "deployment_revision",
        +    "host_recipe_version",
        +    "authority_boundary"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_evidence_completeness1 field changed
      • addedOutput schema / properties / mvr_response_receipt
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "authority_boundary": {
        +      "type": "string"
        +    },
        +    "calibration_version": {
        +      "type": "string"
        +    },
        +    "core_api_version": {
        +      "type": "string"
        +    },
        +    "deployment_revision": {
        +      "type": "string"
        +    },
        +    "host_recipe_version": {
        +      "type": "string"
        +    },
        +    "mcp_contract_version": {
        +      "type": "string"
        +    },
        +    "mcp_tool": {
        +      "type": "string"
        +    },
        +    "policy_version": {
        +      "type": "string"
        +    },
        +    "receipt_schema_version": {
        +      "type": "string"
        +    },
        +    "sdk_version": {
        +      "type": "string"
        +    },
        +    "tool_profile_version": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "receipt_schema_version",
        +    "mcp_tool",
        +    "core_api_version",
        +    "mcp_contract_version",
        +    "tool_profile_version",
        +    "sdk_version",
        +    "policy_version",
        +    "calibration_version",
        +    "deployment_revision",
        +    "host_recipe_version",
        +    "authority_boundary"
        +  ],
        +  "type": "object"
        +}
    • Changedmvr_first_call1 field changed
      • addedOutput schema / properties / mvr_response_receipt
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "authority_boundary": {
        +      "type": "string"
        +    },
        +    "calibration_version": {
        +      "type": "string"
        +    },
        +    "core_api_version": {
        +      "type": "string"
        +    },
        +    "deployment_revision": {
        +      "type": "string"
        +    },
        +    "host_recipe_version": {
        +      "type": "string"
        +    },
        +    "mcp_contract_version": {
        +      "type": "string"
        +    },
        +    "mcp_tool": {
        +      "type": "string"
        +    },
        +    "policy_version": {
        +      "type": "string"
        +    },
        +    "receipt_schema_version": {
        +      "type": "string"
        +    },
        +    "sdk_version": {
        +      "type": "string"
        +    },
        +    "tool_profile_version": {
        +      "type": "string"
        +    }
        +  },
        +  "required": [
        +    "receipt_schema_version",
        +    "mcp_tool",
        +    "core_api_version",
        +    "mcp_contract_version",
        +    "tool_profile_version",
        +    "sdk_version",
        +    "policy_version",
        +    "calibration_version",
        +    "deployment_revision",
        +    "host_recipe_version",
        +    "authority_boundary"
        +  ],
        +  "type": "object"
        +}
  6. 1 tool update
    • Changedmvr_first_call2 fields changed
      • addedOutput schema / properties / example_next_request
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / mcp_next_tool
        Added value: +{
        +  "type": "object"
        +}
  7. 1 tool update
    • Changedmvr_first_call3 fields changed
      • addedOutput schema / properties / decision_domain
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / max_safe_action_available_now
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / next_three_unlocks
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
  8. 2 tool updates
    • Changedmvr_decision_check4 fields changed
      • addedOutput schema / properties / live_mvr_scoring_executed
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / not_a_verdict
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / sandbox_evaluation_scope
        Added value: +{
        +  "type": "object"
        +}
      • addedOutput schema / properties / verification_basis
        Added value: +{
        +  "type": "string"
        +}
    • Changedmvr_evidence_completeness1 field changed
      • addedOutput schema / properties / verification_basis
        Added value: +{
        +  "type": "string"
        +}
  9. 2 tool updates
    • Changedmvr_decision_check4 fields changed
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / evidence_origin
        Added value: +{
        +  "description": "Alias for source_class.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / load_bearing
        Added value: +{
        +  "type": "boolean"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / source_class
        Added value: +{
        +  "description": "Evidence origin family.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / verification_status / enum
        Added value: +[
        +  "unverified",
        +  "verified",
        +  "independently_verified",
        +  "corroborated",
        +  "attested",
        +  "confirmed",
        +  "validated"
        +]
    • Changedmvr_evidence_completeness7 fields changed
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / evidence_origin
        Added value: +{
        +  "description": "Alias for source_class when the host uses evidence-origin terminology.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / load_bearing
        Added value: +{
        +  "description": "True when this item materially supports the target recommendation.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / source_class
        Added value: +{
        +  "description": "Origin family, for example entity_reported, structured_field_research, regulator_published, or counterparty_reference.",
        +  "type": "string"
        +}
      • addedInput schema / properties / payload / properties / evidence_pack / items / properties / verification_status / enum
        Added value: +[
        +  "unverified",
        +  "verified",
        +  "independently_verified",
        +  "corroborated",
        +  "attested",
        +  "confirmed",
        +  "validated"
        +]
      • addedOutput schema / properties / unverified_evidence_count
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / verified_evidence_count
        Added value: +{
        +  "type": "number"
        +}
      • addedOutput schema / properties / verified_source_families
        Added value: +{
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Read-only ProofRelay MCP verifier for non-confidential evidence bundles. Exposes 22 public-safe tools, 11 resources, and 11 prompts for bundle integrity checks, receipt-chain review, checkpoint recommendations, MCP risk metadata review, and real-estate closing proof-pack readiness.
    5
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides read-only business operations tools: list businesses, get status, identify missing inputs, and prepare email drafts/attachment manifests from synthetic evidence, with strict no-send/no-write safeguards.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Remote, read-only MCP connector to check any company's witnessed trust record on the Trooth Network, across identity, security, privacy, and AI practices. Also does a neutral read of a domain's public security surface and verifies signed Trust Ledger Tokens. No key, no account.
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Enables MCP clients to retrieve audited New Zealand vehicle records with full evidence, provenance, confidence, conflict state, revision history, and exact source observations through read-only tools.
    6
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each tool occupies a distinct workflow stage: preflight, entity resolution, evidence completeness, context compilation, and decision routing. However, evidence gaps are checked by both mvr_first_call and mvr_evidence_completeness, and mvr_decision_check also references missing proof, creating mild boundary overlap.

Naming Consistency4/5

All tools share a consistent mvr_ prefix and snake_case style, which aids recognition. The suffix pattern is slightly inconsistent—some are noun_verb (entity_resolve, context_compile, decision_check) while first_call and evidence_completeness use different grammatical forms—but the overall pattern remains predictable.

Tool Count5/5

Five tools is well-scoped for a public decision-governance preflight workflow. Each tool maps to a necessary phase and none feel redundant or extraneous.

Completeness5/5

The tool set covers the entire public preflight lifecycle: initial governance check, entity resolution, evidence completeness verification, context compilation, and final routing to licensed scoring or abstention. The licensed scoring step is intentionally external, so no critical operation appears missing for the stated purpose.