Skip to main content
Glama

AINumbers Fintech Intelligence Suite

Basel 3.1 Reporting Delta Calculator

compute_basel31_delta
Read-onlyIdempotent

Basel 3.1 Reporting Delta Calculator: OpenChainGraph compute node (capital_assessment). Regulatory deadline: 2027-01-01 (UK PRA PS1/26 Basel 3.1 go-live — January 1, 2027). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: sim-03-basel-rwa-scenario-modeler, ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/art-07-basel31-reporting-delta-calculator.html FV-status (published/proven/still-trusted for this spec): /fv-status/8b5ae30d812cd234cfb6068c4ce2022f01d10f2a358979b0f0d73421e09d2543.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
computeNoCompute mode (v0.4 Compute Binding). "auto" (default) = server for gpu:false nodes with registered kernels; "server" = force server-side; "browser" = always return browser delegation URL. gpu:true nodes always delegate.
parent_hashesNoexecution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export).
parent_tool_idsNotool_id values matching parent_hashes, in the same order.
policy_parametersNoInput parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is "auto" or "server". See the tool's manifest for field names.

TDQS

A3.7/5.0
Behavior5/5

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

The description substantially exceeds the annotations by disclosing deterministic execution, server-side Cloudflare Workers behavior, browser-delegation semantics, transient input processing with no retention, synthetic/anonymised input constraints, AP2 artifact export, and execution_hash provenance. This gives an agent a strong operational model beyond the readOnly/idempotent/destructive hints.

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 and front-loaded with purpose and compute semantics, but it is quite long and includes auxiliary material such as the Open URL and FV-status snapshot details that are not necessary for correct invocation. A more scannable structure with separate operational, data-handling, and provenance sections would improve readability.

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 tool with nested parameters and no output schema, the description covers execution location, compute-mode selection, data retention, output artifact shape, and downstream consumers. It does not describe the exact response format or resolve the policy_parameters field-name ambiguity, but it communicates enough for an agent to invoke the tool and interpret the core behavior.

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?

The schema already documents all parameters, so the baseline is 3, but the description adds meaningful context by explaining compute mode behavior, gpu:true delegation rules, chain provenance via execution_hash, and the fact that policy_parameters may be computed server-side. The only notable gap is that actual policy_parameters field names are deferred to a manifest, not stated inline.

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 name and first line identify a Basel 3.1 reporting delta calculator and an OpenChainGraph compute node in the capital_assessment cluster, so an agent can distinguish it from unrelated compute tools. It does not, however, state with a precise verb what 'delta' is computed between (e.g., before/after Basel 3.1, actual vs expected RWA), which leaves some ambiguity.

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

Usage Guidelines2/5

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

The description explains operational mechanics such as compute modes and synthetic-input requirements, but provides no explicit guidance on when to choose this tool over siblings like compare_basel_2023_vs_2026 or compute_rwa_erba_2026. There is no 'use this when' or 'prefer X instead' statement, so the agent must infer the tool's applicability from its name and output feeds.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.4/5.0
Disambiguation1/5

Nearly every tool is an 'OpenChainGraph compute node' with identical boilerplate, and dozens of assess/check/validate/verify/lint/recompute verbs overlap heavily in purpose. An agent cannot reliably tell which of many similarly scoped tools should handle a given compliance or analytics question.

Naming Consistency2/5

Most names are snake_case, so there is superficial consistency, but the verb vocabulary is enormous and unpredictable, mixing build/compute/check/validate/verify/lint/assess/classify/score/reconcile and more. Several noun-first names such as pain001_validate, recon_match, and ha_record_validate further break the pattern.

Tool Count1/5

695 tools is far beyond any practical agent-facing surface, exceeding even the extreme end of the calibration range. This is a full product catalog dumped into one MCP server rather than a curated, usable tool set.

Completeness3/5

The suite covers an extremely wide range of fintech and regulatory calculators, validators, chain tools, and discovery utilities, so coverage is broad rather than thin. However, the lack of a clear domain boundary makes completeness nearly impossible to assess, and the heavy overlap suggests the surface was generated rather than intentionally designed.