B
bidda-compliance
/get_dependency_chain
get dependency chain
Walk the prerequisite chain for a compliance node. Given one node, returns its full dependency tree (the prior obligations an agent must satisfy before this one
liveverifiedunknown~5s typical
mcpprobedbidda-compliance
$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-com-bidda-bidda-compliance /get_dependency_chain for me.
Input
| Field | Type | Description |
|---|---|---|
| node_id* | string | Root node ID to expand from. |
| max_depth | integer | How many hops to walk (1-4). Default 2. |
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-com-bidda-bidda-compliance","endpoint":"/get_dependency_chain","input":{"node_id":"..."}}'cli
npx cracked-ai run -p mcp-com-bidda-bidda-compliance -e /get_dependency_chain -i '{"node_id":"..."}'mcp
run_tool({ provider: "mcp-com-bidda-bidda-compliance", endpoint: "/get_dependency_chain", input: {"node_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.