You're viewing a demo portfolio

Join the waitlist
PRSM

introspection_system_confidence

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

Return a confidence number (0..1) for a federation node, with the evidence chain. node_kind: artifact | tool | tenant; node_id: path | name | id. Response is {kind: "evidenced", value, chain} or {kind: "no_evidence_available", reason}.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "node_kind",
    "node_id"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "minLength": 1
    },
    "node_id": {
      "type": "string",
      "minLength": 1
    },
    "node_kind": {
      "enum": [
        "artifact",
        "tool",
        "tenant"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →