falkordb_get_nodes
Retrieve node information from a FalkorDB graph. Optionally filter by label and get node IDs, labels, and properties.
Instructions
Get node information from a graph.
Retrieves nodes from the specified graph, optionally filtered by label. Returns node IDs, labels, and properties.
Args: params (GetNodesInput): Validated parameters: - graph (str): Graph name (required) - label (str): Optional node label filter - limit (int): Max nodes to return (1-1000, default: 10) - response_format (str): 'json' or 'markdown'
Returns: str: Formatted list of nodes with metadata
Errors: - Graph not found: "Graph 'xyz' does not exist" - Connection error: "Cannot connect to FalkorDB"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |