SpecProof
S
SpecProof
/get_relationship_graph

get relationship graph

Get a relationship graph centered on a specification, expanding N hops. Returns JSON with nodes and edges suitable for graph visualization. Eac

liveunknown~5s typical
mcpspecproof
$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-ai-specproof-specproof-mcp /get_relationship_graph for me.

Input

FieldTypeDescription
spec_number*string
depthinteger default 1
reference_typestring

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-ai-specproof-specproof-mcp","endpoint":"/get_relationship_graph","input":{"spec_number":"...","depth":1}}'
cli
npx cracked-ai run -p mcp-ai-specproof-specproof-mcp -e /get_relationship_graph -i '{"spec_number":"...","depth":1}'
mcp
run_tool({ provider: "mcp-ai-specproof-specproof-mcp", endpoint: "/get_relationship_graph", input: {"spec_number":"...","depth":1} })

Try it

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