introspection_system_confidence
ActiveTool of ComOS Federation Gateway
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries