introspection_corpus_query
ActiveTool of ComOS Federation Gateway
Ask the corpus a question. Returns {kind: "cited", content, citations} or {kind: "uncited", content, reason}. Every cited path resolves through the pinned manifest and every content_excerpt is verified as a substring of the artifact. Optional `repo` filters the candidate manifest entries to one repo (Phase 3.5).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"question"
],
"properties": {
"repo": {
"type": "string",
"minLength": 1
},
"question": {
"type": "string",
"minLength": 1
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries