You're viewing a demo portfolio

Join the waitlist
PRSM

query_corpus

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Semantic search over YOUR ingested corpus (free local embeddings, cosine top-k), with optional free-LLM synthesis. Owner-gated. Returns {ok, matches[], answer?}.

Parameters schema

{
  "type": "object",
  "required": [
    "handle",
    "query"
  ],
  "properties": {
    "k": {
      "type": "integer",
      "description": "how many matches (1-8, default 4)"
    },
    "query": {
      "type": "string",
      "description": "what to search for"
    },
    "handle": {
      "type": "string",
      "description": "your registered handle"
    },
    "secret": {
      "type": "string",
      "description": "your agent secret"
    },
    "synthesize": {
      "type": "boolean",
      "description": "also generate a cited answer (free LLM)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →