An agent has search_docs (“searches documents”) and search_kb (“searches the knowledge base”). It picks the wrong one roughly a third of the time. A stronger system prompt listing which to use when has not helped.
During a payment provider outage, an inventory agent's check_stock tool raises a connection timeout. The exception propagates out of the tool loop and the user's session ends with a generic error page.
A team is designing an agent that must query an internal Postgres database inside their VPC, search the public web for supplier news, and email a summary to a manager.
Which two statements about tool implementation are correct? (Select 2.)
A finance agent can issue supplier payments. The team's proposal is a detailed system prompt stating that payments above 5,000 euros require sign-off, and an instruction to ask the user before calling payment_create.
A team's MCP server works when tested with a script that pipes JSON to it, but the host reports malformed messages intermittently. The server uses a third-party HTTP library that prints connection-pool warnings, and it is launched as a subprocess.
A documentation team wants Claude to be able to read their style guide when a writer asks for it, run a “draft release note” workflow that a writer starts by name, and look up a ticket's status whenever it becomes relevant mid-conversation.
An engineering team has a working stdio MCP server used inside Claude Code. Product now wants the same capabilities available from their customer-facing service, which calls the Messages API directly.
A developer is writing an MCP server that sometimes needs a missing value from the user — a cost centre it cannot infer — before it can complete a create_request call.
A compliance team's Claude assistant produces review memos that vary in structure between analysts. Everything it needs to read is already available through tools it has. The team wants consistency and expects the format to evolve monthly.
A retailer's warehouse database is queried by three separate Claude-based applications. Each team has written its own query integration, and the schema is about to change.
Which two things make an MCP server the right move here? (Select 2.)
A developer wants their agent to summarise public vendor documentation pages and then run a short Python calculation on the numbers it finds. They are considering writing a scraper tool and a sandboxed execution service.
A team has a skill that documents their deployment procedure. It instructs the agent never to deploy on a Friday. Twice, the agent has deployed on a Friday anyway.
What is the correct conclusion?
You can change answers until you check. Nothing is saved or sent anywhere.