Module · M3 · Give it hands, and meet the problem✅Knowledge checkCheck: what is it actually allowed to do?4 questions · Pass at 60%1. A tool pinned `entity_type: deal, operation: search` was called by the agent with `operation: "create"`, and it created a record. Why?The pin only applies to the first call in a runA tool's exposure defaults to open, which hands the model the whole config schema — and the node merges the model's arguments over your configurationThe agent had been given permission to override pins in its promptPinned fields only apply to `read`-tier nodes2. Which boundary cannot be loosened by changing a setting?A pinned configuration fieldAn instruction in the system prompt forbidding an actionA tool that is not attached to the agent at allA `read`-only operation enum on a CRM tool3. The agent retrieved the policy, quoted the ₹50,000 limit correctly, refused a cash refund in its answer — and issued one. What does that rule out?That it was ignorant of the policy, that the model was too weak, and that the prompt was badThat the tool was configured incorrectlyThat the knowledge base was missing a documentThat the temperature was set too high4. Upgrading to a more expensive model changes which of these?How often you get a bad runWhat a bad run is able to doBothNeitherCheck answers← Back to Building Production-Ready AI AgentsNext topic →