Exam CCA-F Topic 1 Question 49 Discussion
Actual exam question for Anthropic's CCA-F exam
Question #: 49
Topic #: 1
Question #: 49
Topic #: 1
An MCP server offers a templated resource to fetch specific documentation pages by ID. What is the correct URI syntax pattern utilized by the MCP Python SDK to represent this parameterized resource?


Suggested Answer: A Vote an answer
Templated resources in MCP utilize path parameters enclosed in braces, such as docs://documents/{doc_id}. The MCP Python SDK automatically parses these parameters from the URI and passes them as keyword arguments to the backing function.
by Cleveland at Jul 22, 2026, 04:32 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).