nerdexam
SalesforceSalesforce

AI-201 · Question #287

AI-201 Question #287: Real Exam Question with Answer & Explanation

The correct answer is B: Model Context Protocol (MCP) server support. The most appropriate and advanced method for an Agentforce agent to dynamically select and use the best API service from a library of custom-built APIs is through Model Context Protocol (MCP) server support (B). The Model Context Protocol (MCP) is an open standard specifically de

AI Features for Service (e.g., Einstein Bots, Next Best Action)

Question

Universal Containers (UC) has a library of custom-built personalized investment portfolio APIs, and is planning to extend it to agents. Which method should UC's agent choose to dynamically use the best API service?

Options

  • AAgent-to-Agent (A2A) protocol support
  • BModel Context Protocol (MCP) server support
  • CMuleSoft connector for custom hosted processes

Explanation

The most appropriate and advanced method for an Agentforce agent to dynamically select and use the best API service from a library of custom-built APIs is through Model Context Protocol (MCP) server support (B). The Model Context Protocol (MCP) is an open standard specifically designed to standardize how AI agents and Large Language Models (LLMs) interact with external tools, systems, and data sources (like custom APIs). An external system, such as a server hosting UC's custom portfolio APIs, can be exposed as an MCP Server. This server provides rich, standardized, human- readable metadata about its "tools" (the APIs it offers). The Agentforce Atlas Reasoning Engine can interpret this metadata to understand the function of each API, the required inputs, and the expected outputs. This allows the agent to dynamically discover, reason over, and select the most appropriate API to execute based on a user's request (e.g., "Show me the best-performing portfolio" vs. "Adjust my risk tolerance").

Topics

#AI for Agents#API Integration#Dynamic Service Selection#Model Context

Community Discussion

No community discussion yet for this question.

Full AI-201 PracticeBrowse All AI-201 Questions