tigergraph__get_workflow
Get a step-by-step workflow template for common TigerGraph tasks, covering create_graph, load_data, query_data, vector_search, graph_analysis, and setup_connection.
Instructions
Get a step-by-step workflow template for common TigerGraph tasks.
Use this tool when:
You need to complete a complex multi-step task
You want to follow best practices
You're new to TigerGraph and need guidance
Returns:
Ordered list of tools to use
Example parameters for each step
Explanations of what each step accomplishes
Available workflows: create_graph, load_data, query_data, vector_search, graph_analysis, setup_connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_type | Yes | Type of workflow to retrieve: - 'create_graph': Set up a new graph with schema - 'load_data': Import data into an existing graph - 'query_data': Query and analyze graph data - 'vector_search': Set up and use vector similarity search - 'graph_analysis': Analyze graph structure and statistics - 'setup_connection': Initial connection setup and verification |