get_neighbors
InactiveTool of Fodda Knowledge Graphs
Discover what's connected to a specific trend — related brands, technologies, locations, and cross-domain links that search alone wouldn't surface. Returns curated editorial connections between trends that web search cannot provide. Use after search_graph to map the territory around a trend, find which brands are connected, or understand cross-domain relationships. Requires node_id from a prior search_graph result.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"graphId",
"seed_node_ids"
],
"properties": {
"depth": {
"type": "number",
"description": "Traversal depth (default 1, max 2)"
},
"limit": {
"type": "number",
"description": "Maximum results (default 50)"
},
"userId": {
"type": "string",
"description": "Optional user identifier for trial usage tracking."
},
"graphId": {
"type": "string",
"description": "The graph ID. Use list_graphs to see all options. Examples: 'retail', 'tech', 'food', 'travel', 'beauty', 'sports', 'sic', 'pew', 'ce-design', 'ezra-eeman-wayfinder', 'dhl-ecommerce-trends-2026', 'automotive-color-trends', 'alyson-stevens-macro', 'generative-realities', 'pwc/sxsw-2026-key-insights', 'green-house/thrive-report', 'michaels-2026-creativity-trend-report', 'delta/the-connection-index'"
},
"direction": {
"enum": [
"in",
"out"
],
"type": "string",
"description": "Traversal direction: 'out' (default) follows outgoing edges, 'in' follows incoming edges"
},
"seed_node_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of node IDs to start traversal from. MUST be actual node_id values from a prior search_graph result (e.g. [\"2507.0\"]). Node IDs are NOT sequential integers — do NOT guess or invent IDs like \"1\", \"2\", \"3\". Always call search_graph first to obtain valid IDs."
},
"relationship_types": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter by relationship types: 'EVIDENCED_BY', 'RELATED_TO', 'SEMANTICALLY_SIMILAR', 'ASSOCIATED_BRAND', 'MENTIONS_BRAND', 'IN_LOCATION'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fodda Knowledge Graphs
https://github.com/fodda/mcp-server
1/7 registries