Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 37 Topic 4 Discussion

Anthropic Claude Certified Architect – Foundations CCAR-F Question # 37 Topic 4 Discussion

CCAR-F Exam Topic 4 Question 37 Discussion:
Question #: 37
Topic #: 4

You are building developer-productivity tools using the Claude Agent SDK. The agent helps engineers explore unfamiliar codebases, understand legacy systems, generate boilerplate code, and automate repetitive tasks. It uses the built-in tools—Read, Write, Bash, Grep, and Glob—and integrates with Model Context Protocol (MCP) servers.

Engineers frequently ask the agent to cross-reference code changes with Jira tickets during reviews—checking ticket descriptions, acceptance criteria, and recent comments. This currently requires manually copying and pasting content into conversations. The team wants the agent to access this standard Jira ticket data directly.

What is the most effective approach?


A.

Use the Bash tool with curl to call Jira’s REST API, including authentication headers and parsing JSON responses inline.


B.

Build a custom MCP server wrapping Jira’s API with tools designed specifically for this team’s code-review workflow.


C.

Export Jira tickets to Markdown files in the repository that the agent accesses using the Read tool.


D.

Integrate an existing Jira MCP server that exposes tickets, comments, and metadata through discoverable tool interfaces.


Get Premium CCAR-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.