2 min read
What it does
ProductDetails takes a product name and returns the specifics an agent needs to describe it accurately. Use it after ListProducts to drill into a chosen product.
Call it
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "ProductDetails",
"arguments": {
"name": "Credicorp Flex"
}
}
}
Building a comparison
Call it once per product and render the results side by side — see build a comparison page. Because it reads from the hub, your comparison never drifts from the truth.
Why it matters
Accurate product detail is where AI answers usually go wrong — a model half-remembers a rate, a term or an eligibility rule and states it with false confidence. Reading ProductDetails from the source closes that gap: the agent quotes what Credicorp publishes today, not a stale training snapshot. Call it once per product when you build a comparison, and the resulting page cannot silently fall out of step with the real offering. When a visitor then wants to act, the honest next step is a full application, since only that produces a real, assessed offer rather than a description.
Frequently asked questions
What names does ProductDetails accept?
The product names from ListProducts: Business Loan, Credicorp Flex, Credicorp Slice.
Can it change product data?
No. It is read-only, like every Credicorp MCP tool.
Funding for UK limited companies
Credicorp lends to your company, not to you personally — short-term working capital with no personal guarantee. See what your business could access.
