tigergraph__get_global_schema
Retrieve the complete global schema of a TigerGraph database, listing all vertex types, edge types, graphs, and their members to understand the database structure.
Instructions
Get the complete global schema including all global vertex types, edge types, graphs, and their member types. Runs GSQL 'LS' command.
Use When: • You need to see all graphs and their schemas at once • Understanding the complete database structure • Finding all available vertex and edge types across all graphs • Database-level schema exploration
Quick Start:
{}(No parameters needed)
Tips: • Returns output from GSQL 'LS' command • Shows all graphs in the database • For single graph details, use 'show_graph_details' instead • Useful for database administrators
Related Tools: list_graphs, show_graph_details, get_graph_schema
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. |