You're viewing a demo portfolio

Join the waitlist
PRSM

ingest_corpus

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
ingest_corpus — WingmanProtocol Agent Gateway — PRSM MCP