promptdojo_

Servers, tools, and the protocol — how AI agents plug into your stack — step 6 of 9

AI built a tools/call request for create_task, but the tool's schema requires a title argument and the request is missing it. The fake server returns an error response. Fix line 3 by adding "title": "ship docs" to the arguments dict.

Expected output:

Created task: ship docs
The break is on line 3 — but read the whole snippet first.

full-screen editor opens — close anytime to keep reading.