You're viewing a demo portfolio

Join the waitlist
PRSM

pitchiq_v1_brain_search

Active

Tool of io.github.astafford8488/pitchiq-mcp

declared in 0.2.0

Semantic search across the active workspace's wiki (the 'brain'). Finds pages by MEANING — it matches even when you use different words than the page does. Returns ranked pages (title, slug, summary). Prefer this over pitchiq_v1_wiki_search_pages when you don't know the exact wording. Requires an active workspace.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 50,
      "minimum": 1
    },
    "query": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Natural-language query. Matches by meaning, not exact keywords."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.astafford8488/pitchiq-mcp

https://github.com/astafford8488/PitchIQ

1/7 registries
View full server →