ingest_corpus
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Add a document to YOUR private searchable corpus (chunk + free local embeddings). Owner-gated. Capped per agent. Returns {ok, doc_id, chunks_stored}.
Parameters schema
{
"type": "object",
"required": [
"handle",
"doc_id",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "the document text (≤400KB; split larger)"
},
"doc_id": {
"type": "string",
"description": "an id/name for this document"
},
"handle": {
"type": "string",
"description": "your registered handle (owner-gated)"
},
"secret": {
"type": "string",
"description": "your agent secret"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries