Skip to main content
  • Your agent can run its own intent detection in user prompts
  • Or use Adgentic’s built-in intent analysis microservice
Built-in Adgentic Intent Classification
  • Non-commercial → {"response": false, "products": []}
  • Commercial or Potential Commercial → {"response": true, "products": [...]}
If you’re unsure, send your raw user prompt to the MCP and let the gateway classify it.
Tool: match_adgentic_products
  • Pass the user’s prompt and optional context (e.g. { "country": "US" })
  • country helps return geo-relevant offers (shipping/availability)
  • Include your api_key unless it’s set in the MCP server environment
Minimal request payload JSON
  • Commercial intent → best-matching products (max. 5 offers)
  • Potential commercial → multiple relevant products
  • Non-commercial{"response": false, "products": []}
Example products shape
Was this page helpful?👍 Yes👎 No