tigergraph__get_query_metadata
Retrieve metadata for an installed TigerGraph query, including parameters, return types, and signature details, to understand how to call it.
Instructions
Get metadata about an installed query including parameters, return type, and other details.
Use When: • Understanding query parameters and signature • Discovering what queries are available • Building query documentation • Programmatic query discovery
Quick Start:
{
"query_name": "getPersonFriends"
}Tips: • Shows query parameters, types, and metadata • Helps understand how to call the query • Use 'show_query' to see the actual query text
Related Tools: show_query, is_query_installed, run_installed_query
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. | |
| query_name | Yes | Name of the query. |