fetch_unique_node_data_and_schema
Fetch unique node data and schema from the Compliance Graph to answer compliance questions and enable automated remediation actions.
Instructions
Fetch unique node data and schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_names | No | ||
| unique_property_values | No | ||
| neo4j_schema | No | ||
| error | No |
Implementation Reference
- constants/constants.py:70-72 (helper)Constant definition URL_RETRIEVE_UNIQUE_NODE_DATA_AND_SCHEMA = '/v1/llm/retrieve_unique_node_data_and_schema' - the API endpoint path used by the tool.
URL_RETRIEVE_UNIQUE_NODE_DATA_AND_SCHEMA = "/v1/llm/retrieve_unique_node_data_and_schema" URL_EXECUTE_CYPHER_QUERY = "/v1/llm/execute_cypher_query" URL_RETRIEVE_GRAPH_SCHEMA_RELATIONSHIP = "/v1/llm/retrieve_schema_and_relationship"