falkordb-list-graphs

A “falkordb-list-graphs” tool lists the graphs stored on a FalkorDB instance.

About

A falkordb-list-graphs tool lists the names of all graphs stored on the FalkorDB instance of a source (via GRAPH.LIST). A FalkorDB instance can host many independent graphs, so this tool is typically paired with a falkordb-execute-cypher tool configured with allowGraphOverride: true.

Compatible Sources

This tool can be used with the following database sources:

Source Name
FalkorDB Source

Example

kind: tool
name: list_graphs
type: falkordb-list-graphs
source: my-falkordb-instance
description: Use this tool to list the graphs stored on the instance.

Output Format

{"graphs": ["my_graph", "another_graph"]}

Reference

fieldtyperequireddescription
typestringtrueMust be “falkordb-list-graphs”.
sourcestringtrueName of the source to list graphs from.
descriptionstringtrueDescription of the tool that is passed to the LLM.