pitchiq_v1_brain_graph_query
ActiveTool of io.github.astafford8488/pitchiq-mcp
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.astafford8488/pitchiq-mcp
https://github.com/astafford8488/PitchIQ
1/7 registries