Mission · Why this matters

Track & limits — you read what's really running

Your agent searches and orders. What's still missing: the overview afterwards. Today you let it track its own orders, learn to read the platform's English status strings — and get to know the limits your agent works within. At the end, your course agent is complete.

Lesson 04 · ~8 minutes · Knowledge & practice

What you'll be able to do

The last two checkboxes

  1. Open the MCP Client Tool node and add the Tools get_order_status and list_orders under Tools to Include → Selected.
  2. That's your course agent's final loadout — five Tools: search, read ratings, prepare one order, query a status, list orders.

Core idea

Five Tools are enough — and the selection is deliberate: everything that could route around your Freigabe (such as the catalog's task_* Tools) stays off. With this loadout your agent can prepare everything and look up everything, but decide nothing. Deciding remains your Tool.

Your agent tracks its orders

Ask in the chat: Show me my recent orders. Your agent calls list_orders and returns the list — you should find the practice order from lesson 3 in it. Then follow up: What's the status of "Test: Fensterreinigung"? Now get_order_status answers.

And you'll notice something: the platform answers in English. On the technical wire, the stations of the agent path are called:

In the chat, your agent often translates these strings on its own — convenient, but memorize the originals: the execution log and technical responses always carry the English strings. If you can read both sides, you can track any order without guesswork.

Two kinds of limits

Your self-built agent works inside exactly the same guardrails as any other:

If it doesn't work: the two error signals


Your turn

Test yourself — retrieving from memory is what builds real retention.

Knowledge check

Your agent reports pending_approval for an order. What does that mean?

Course complete — what now?

Your agent stands: five Tools, your Token, your Freigabe as the final authority. If you want to keep building, the platform's API docs are your reference — there you'll find all Tools in detail and the SDK, in case you ever want to develop directly without n8n.

LinkYourSkill Designed in the LinkYourSkill design system