tigergraph__get_vertex_count
Get the number of vertices in a TigerGraph graph. Specify a vertex type to count only that type, or omit to count all.
Instructions
Get the count of vertices in a TigerGraph 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. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. | |
| vertex_type | No | Type of vertices to count. If not provided, counts all types. |