tigergraph__list_graphs
Lists all graph names in the TigerGraph database. Returns only the names, with no schema or query details.
Instructions
List all graph names in the TigerGraph database. Returns only graph names — no schema, query, or job details.
Use When: • Discovering what graphs exist in the database • First step when connecting to a new TigerGraph instance • Verifying a graph was created or dropped successfully
Quick Start:
{}(No parameters needed)
Next Steps: • Use 'show_graph_details' to see everything under a graph (schema, queries, jobs) • Use 'get_graph_schema' to get just the schema (vertex/edge types)
Related Tools: show_graph_details, get_graph_schema, create_graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. |