AL
Analytics Legends — SAP Analytics Intelligence
/query_knowledge_graph
Traverse the learning knowledge graph
The RELATIONS between the platform's teaching objects — which Academy module teaches which concept, which study covers which module, what a concept relates to.
liveverifiedunknown~5s typical
mcpprobedanalyticslegends—
$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-analyticslegends-sap-analytics /query_knowledge_graph for me.
Input
| Field | Type | Description |
|---|---|---|
| node_id | string | Fully-qualified node id, `<type>:<id>` — `module:M178`, `concept:C001`, `study:ai-impact-2 |
| node_type | string | Restrict to one carried node type: concept · module · study · vendor. Read `_meta.availabl |
| edge_type | string | Restrict a walk to one relation. The served projection carries FIVE — teaches · taught_by |
| direction | string (from | to | both) | Which side of the edge `node_id` must sit on. Default `both`. Ignored without `node_id`, a |
| query | string | Case-insensitive substring of a node's label. Applies to the NODE listing, not to a walk. |
| limit | integer | Max rows (hard cap 50). default 10 |
| cursor | string | Opaque token from a previous response's `_meta.next_cursor`. Pass it back with the SAME fi |
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-analyticslegends-sap-analytics","endpoint":"/query_knowledge_graph","input":{"limit":10}}'cli
npx cracked-ai run -p mcp-ai-analyticslegends-sap-analytics -e /query_knowledge_graph -i '{"limit":10}'mcp
run_tool({ provider: "mcp-ai-analyticslegends-sap-analytics", endpoint: "/query_knowledge_graph", input: {"limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.