01Chains multiple MCP tools together in sequence.
02Filters and extracts specific data using JsonPath with `inputPath` and `outputPath` parameters.
03Minimizes token usage compared to individual tool calls.
04Passes results from one tool as input to another using `CHAIN_RESULT` placeholder.
05Supports automatic tool discovery from configured MCP servers.