Question 77
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Tool Design and MCP Integration - Two tools have nearly identical descriptions: `analyze_content` ("Analyzes content and returns insights") and `analyze_document` ("Analyzes a document and returns insights"). The agent frequently picks the wrong one. What is the most effective first fix?
- ASet `tool_choice: "any"` so the model is forced to call one of them.
- BRewrite the descriptions to clearly distinguish purpose, inputs, and when to use each instead of the other.
- CAdd a routing classifier in front of the agent to pick the tool.
- DLower the temperature to make selection more deterministic.