Month End Certification Special Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: CFsave75

Anthropic Claude Certified Developer-Foundations CCDV-F Question # 12 Topic 2 Discussion

Anthropic Claude Certified Developer-Foundations CCDV-F Question # 12 Topic 2 Discussion

CCDV-F Exam Topic 2 Question 12 Discussion:
Question #: 12
Topic #: 2

Your Claude agent has access to a tool that retrieves customer records. A teammate has noticed that the agent occasionally calls the tool with arguments the schema does not declare, and the tool's downstream service returns an error each time. The teammate proposes loosening the schema so the tool accepts whatever arguments the model produces.

How would you respond?


A.

Add a system prompt instruction telling the model to produce schema-conforming arguments, treating the prompt instruction as the primary mechanism for keeping the agent's tool calls valid.


B.

Keep the schema strict, validate arguments before dispatching, and return a structured error so the agent can retry.


C.

Remove the schema entirely and rely on the downstream service to reject invalid calls, treating the downstream service as the team's primary enforcement layer.


D.

Loosen the schema as the teammate proposed so the downstream service receives every call the agent makes during normal operation.


Get Premium CCDV-F Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.