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.
⌘↵ runs the editor.read, then continue.
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.
this step needs the editor
on desktop today; in the app (coming soon). save your spot and we'll bring you back here when you're ready.