Skip to main content
Glama

AINumbers Fintech Intelligence Suite

CCP Default Fund Cover-2 Sizing

size_ccp_default_fund_cover2
Read-onlyIdempotent

CCP Default Fund Cover-2 Sizing: OpenChainGraph compute node (risk_parameter). 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. Consumes upstream artifacts from: qfa-03-stress-test-engine. Open at: https://ainumbers.co/chaingraph/art-530-default-fund-cover2-sizing.html FV-status (published/proven/still-trusted for this spec): /fv-status/dfdd7083d50dfec46270d5ca2c4a06852efd98bdc1ae8d20e3d3b191e9b14ac7.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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
as_ofNo
rationaleNo
member_countNo
per_scenarioNo
fund_adequateNo
scenario_countNo
rejected_inputsNo
fund_size_displayNo
shortfall_displayNo
fund_size_minor_unitsNo
shortfall_minor_unitsNo
worst_case_scenario_idNo
worst_case_cover2_requirement_displayNo
worst_case_cover2_requirement_minor_unitsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "as_of": {
      +      "type": "string"
      +    },
      +    "fund_adequate": {
      +      "type": "boolean"
      +    },
      +    "fund_size_display": {
      +      "type": "string"
      +    },
      +    "fund_size_minor_units": {
      +      "type": "integer"
      +    },
      +    "member_count": {
      +      "type": "integer"
      +    },
      +    "note": {
      +      "type": "string"
      +    },
      +    "per_scenario": {
      +      "items": {
      +        "properties": {
      +          "cover2_requirement_display": {
      +            "type": "string"
      +          },
      +          "cover2_requirement_minor_units": {
      +            "type": "integer"
      +          },
      +          "largest": {
      +            "properties": {
      +              "member_id": {
      +                "type": "string"
      +              },
      +              "stress_loss_minor_units": {
      +                "type": "integer"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "loss_bps": {
      +            "type": "integer"
      +          },
      +          "member_losses": {
      +            "items": {
      +              "properties": {
      +                "member_id": {
      +                  "type": "string"
      +                },
      +                "stress_loss_minor_units": {
      +                  "type": "integer"
      +                }
      +              },
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "scenario_id": {
      +            "type": "string"
      +          },
      +          "second_largest": {
      +            "properties": {
      +              "member_id": {
      +                "type": "string"
      +              },
      +              "stress_loss_minor_units": {
      +                "type": "integer"
      +              }
      +            },
      +            "type": "object"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "rationale": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "rejected_inputs": {
      +      "type": "array"
      +    },
      +    "scenario_count": {
      +      "type": "integer"
      +    },
      +    "shortfall_display": {
      +      "type": "string"
      +    },
      +    "shortfall_minor_units": {
      +      "type": "integer"
      +    },
      +    "worst_case_cover2_requirement_display": {
      +      "type": "string"
      +    },
      +    "worst_case_cover2_requirement_minor_units": {
      +      "type": "integer"
      +    },
      +    "worst_case_scenario_id": {
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  2. Added

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive, so the bar is lower. The description adds genuine behavioral context beyond them: the compute:auto/server/browser delegation semantics, browser delegation URL returns for gpu:true nodes, transient non-retention of inputs, and the exported AP2 execution_hash for provenance. It does not disclose rate limits or failure modes.

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?

Purpose is front-loaded, but the definition is padded with family boilerplate, a documentation URL, and a long FV-status receipt hash that mostly serves provenance rather than tool selection. It is readable but not lean.

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?

An output schema exists, so return values need not be explained, and annotations carry the safety profile. The description covers compute modes, provenance chaining, upstream dependency and the artifact export, which is enough for an agent to invoke it correctly; only the policy_parameters contract remains thin.

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 schema fully documents compute, parent_hashes, parent_tool_ids and policy_parameters. The description largely restates the compute-mode semantics already in the schema and adds no field-level meaning (e.g. what policy_parameters fields the cover-2 kernel expects), so baseline 3 is appropriate.

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 opening clause names a specific verb+resource ('CCP Default Fund Cover-2 Sizing') and identifies it as a risk_parameter compute node, which distinguishes it from the related sibling recompute_ccp_default_waterfall. However, the purpose is buried behind boilerplate framing that is shared across the whole tool family, so the actual computation performed is not described.

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

Usage Guidelines3/5

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

It names the upstream artifact consumer (qfa-03-stress-test-engine) and instructs the use of synthetic/anonymised inputs, which is useful routing context. But it never says when to choose this over alternatives such as recompute_ccp_default_waterfall, nor states preconditions for the parent_hashes chain.

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.