falkordb_list_graphs
Retrieve a list of all existing graphs from a FalkorDB instance to manage and review graph databases.
Instructions
List all available graphs in FalkorDB.
Retrieves information about all graphs currently stored in the FalkorDB instance.
Args: params (ListGraphsInput): Validated parameters: - response_format (str): 'markdown' or 'json'
Returns: str: Formatted list of graphs
Errors: - Connection error: "Cannot connect to FalkorDB"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |