introspection_system_probe
ActiveTool of ComOS Federation Gateway
declared in 1.0.0
Return the full evidence trace for a single federation node. Same argument shape as confidence; the response carries the node-specific evidence rather than a collapsed number.
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