Question 142
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: Developer Productivity Tools - An agent answering questions about a large project-management dataset (all tasks, hierarchy, statuses) makes 8–10 exploratory tool calls per question just to learn what data exists, burning context before it even starts answering. Which MCP capability removes the exploratory calls?
- AExpose the catalog/schema as an MCP resource the agent can read for an immediate map of the available data.
- BAdd a dedicated tool for each kind of exploratory question.
- CIncrease `max_tokens` so the exploratory calls fit in context.
- DForce `tool_choice: "any"` to make exploration happen faster.