Chained Calculation
A three-step workflow spanning two MCP servers (math-server and text-server).
Steps
- •Call
math-server__addwith inputsaandb - •Call
text-server__echowith the sum from step 1 - •Call
math-server__get_timeto return the current timestamp
Usage
Provide two numbers (a and b). The skill adds them on one server, echoes the result on another, and appends the current time.
Note: Requires the
registry-advancedstack which registers bothmath-serverandtext-server.