sf_graph_query
Navigate the Salesforce Knowledge Graph: find cross-referenced docs, list Apex namespaces, explore service categories, get full document context, or search by keyword.
Instructions
Navigate the Salesforce Knowledge Graph. Find related docs, explore namespaces, discover service categories, or get full context for a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: 'related' (find cross-referenced docs), 'namespace' (list docs in an Apex namespace), 'service' (list domains in a service category), 'context' (get full doc context), 'search' (keyword search) | |
| nodeId | No | Document node ID for 'related' or 'context' (e.g. 'doc:apex-reference:apex_methods_system_string') | |
| keyword | No | Keyword for 'search' action | |
| service | No | Service category for 'service' action (e.g. 'analytics', 'commerce', 'industries') | |
| namespace | No | Namespace name for 'namespace' action (e.g. 'System', 'ConnectApi') |