Your First Tool Call¶
A 5-minute guided walkthrough from zero to your first G6 pipeline.
Prerequisites¶
- Claude Code with G6 MCP server configured (see Setup)
Step 1: Check System Status¶
Expected response:
Step 2: Ask a Question¶
G6 will recommend relevant tools based on your query.
Step 3: Decompose a Goal¶
G6 breaks this into verified subtasks with resource bounds.
Step 4: Run a Pipeline¶
The pipeline orchestrates multiple components — data loading, analysis, and reporting — in a single call.
What Happened¶
Behind the scenes, G6:
- Validated your request against safety bounds
- Selected the optimal components from 85+ available
- Orchestrated them as a composable pipeline
- Returned verified results
Next Steps¶
- Why G6? — understand the value proposition
- Configuration — customise your setup
- Use Cases — real-world recipes