You're viewing a demo portfolio

Join the waitlist
PRSM

pitchiq_v1_brain_graph_query

Active

Tool of io.github.astafford8488/pitchiq-mcp

declared in 0.2.0

Traverse the workspace knowledge graph from a specific entity. For wiki_page: returns forward links, backlinks, 5 most similar pages, and CRM entity mentions found in the page text. For contact: returns linked deals, opportunities, tasks, outreach summary, conversation count, and wiki pages mentioning this contact. For deal: returns primary contact, tasks, bookings, conversation count, and wiki pages mentioning this deal. Use this to understand relationships and discover connected information across the workspace. Requires an active workspace.

Parameters schema

{
  "type": "object",
  "required": [
    "entity_type",
    "entity_id"
  ],
  "properties": {
    "entity_id": {
      "type": "string",
      "format": "uuid",
      "description": "UUID of the entity to query."
    },
    "entity_type": {
      "enum": [
        "wiki_page",
        "contact",
        "deal"
      ],
      "type": "string",
      "description": "The type of entity to traverse from."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.astafford8488/pitchiq-mcp

https://github.com/astafford8488/PitchIQ

1/7 registries
View full server →