You're viewing a demo portfolio

Join the waitlist
PRSM

introspection_system_coverage_gaps

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

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
}

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 →
introspection_system_coverage_gaps — ComOS Federation Gateway — PRSM MCP