Ask a question

Maya asks, “What time is it?”

The host already discovered get_current_time and described it to the model. The model requests the tool. The client sends the call through stdio.

The server runs new Date(), returns the timestamp, and waits for another request. The host places that timestamp into the model's next context.

The model can finally write an answer tied to the real clock.