account_export

shallow

com.meta-council/decision-intelligence · Verify this server

Export this account's own data across every table the account owns, as the same JSON envelope the REST route returns. The set of tables served is derived from the same ownership reflection that decides what an account deletion removes, so a table the account can destroy is a table it can also read. Credentials never appear: columns held encrypted at rest are withheld unless recorded as the account's own content, and password hashes, reset and verification tokens, and API key hashes are withheld by name. Some tables are deliberately excluded -- see docs/ACCOUNT_DATA_EXPORT.md, and note that the coverage block on every response lists exactly which models are served and which are excluded with their reasons. Artifacts are described by their metadata rows rather than inlined. Bounded rather than streamed: each model reports truncated and the envelope reports complete, so narrow to one model and raise rows_per_model rather than re-reading everything. This is a data export, not an erasure request and not a claim of regulatory compliance. Requires authentication and the account:export scope.

100.0/100

1 trials · measured 8 days ago

account_export scores 100.0/100 on Vouch's measured behaviour index, from 1 real invocation trials against com.meta-council/decision-intelligence, measured 25 Aug 2026 under methodology v0.2.0. Every measured component scored 100.

Component breakdown

ComponentWeightValue
Reliability35%not applicable
Schema integrity25%100.0
Failure behaviour15%not applicable
Latency15%not applicable
Concurrency10%not applicable

Tool details

Transport
remote
Credential class
open
Category
Finance & compliance
Input schema
declared
Output schema
declared
Side-effect classification
unclassified
Declared input schema
{
  "type": "object",
  "properties": {
    "models": {
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 1
      },
      "minItems": 1,
      "description": "Model names to narrow to, which is how a caller pages a table that truncated without re-reading the others. Omit to export every model the coverage block lists as served."
    },
    "rows_per_model": {
      "type": "integer",
      "maximum": 5000,
      "minimum": 1,
      "description": "Row ceiling applied to each model separately. Defaults to 500, maximum 5000."
    }
  },
  "additionalProperties": false
}

Score history

DayScoreTierMethodology
2026-08-25100.0shallowv0.2.0
2026-08-2438.5deepv0.1.0

Probe evidence

ProbeOutcomes
schema_integritypass: 1
concurrencyerror: 20
reliabilityerror: 20
malformed_inputerror: 1
timeout_honourskipped: 2
cancellationskipped: 2
determinismerror: 4

Raw request/response logs are not archived yet — the outcome counts above are drawn directly from every recorded trial.

Embed this score

Available for every tool, scored or not — not a verification perk. Always links back to this page.

Vouch score: account_export
[![Vouch score](https://vouch.tools/api/tools/317afa09-6c7f-49f5-a83f-6649e61ca22b/badge.svg)](https://vouch.tools/tools/317afa09-6c7f-49f5-a83f-6649e61ca22b)
account_export — Vouch