introspection_system_coverage_gaps
ActiveTool of ComOS Federation Gateway
Enumerate structural coverage gaps (silent tools, artifacts with no eval, un-probed tenants). scope_kind: federation | tenant; scope_id required if scope_kind=tenant. Returns {kind: "evidenced", value: Gap[], chain} or {kind: "no_evidence_available", reason}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"scope_kind"
],
"properties": {
"repo": {
"type": "string",
"minLength": 1
},
"scope_id": {
"type": "string"
},
"scope_kind": {
"enum": [
"federation",
"tenant"
],
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries