Exam CCA-F Topic 1 Question 69 Discussion

Actual exam question for Anthropic's CCA-F exam
Question #: 69
Topic #: 1
A backend MCP tool encounters a timeout while querying a database. Which structured error response design is the correct approach to propagate this to the agent?

Suggested Answer: C Vote an answer

Proper error propagation in MCP requires returning structured error metadata with 'isError: true', the error category (e.g., timeout), and an 'isRetryable' boolean. Returning generic errors hides context, and silently returning empty arrays is a critical anti-pattern because the agent will hallucinate that no data exists.

by Janet at Jul 31, 2026, 02:17 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10