VineVerse — Bible Knowledge Graph
VB
VineVerse — Bible Knowledge Graph
/get_graph_neighborhood

Get a graph neighbourhood

Everything within N hops of a document, WITH the edges that connect them and the predicate on each. Useful for asking what a passage, person or theme is connect

liveverifiedunknown~5s typical
mcpprobedvineversebible
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-bible-vineverse-vineverse /get_graph_neighborhood for me.

Input

FieldTypeDescription
path*stringDocument path, e.g. "people/david" or "themes/faith"
depthintegerHow many hops out from the starting document. Defaults to 1. Capped at 3 — the graph fans
typestringKeep only neighbours of this type: Person, Place, Theme, Lexeme, Commandment, Event, Epoch
predicatestringKeep only edges with this predicate, e.g. "develops".
limitintegerCap on nodes returned. Defaults to 200, capped at 600. The response sets `truncated` when
offsetintegerFor paging the node list, in the walk order the response returns. Edges are those internal

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-bible-vineverse-vineverse","endpoint":"/get_graph_neighborhood","input":{"path":"..."}}'
cli
npx cracked-ai run -p mcp-bible-vineverse-vineverse -e /get_graph_neighborhood -i '{"path":"..."}'
mcp
run_tool({ provider: "mcp-bible-vineverse-vineverse", endpoint: "/get_graph_neighborhood", input: {"path":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.