get_recommendation
ActiveTool of io.github.bch1212/agent-commerce-mcp
declared in 0.1.0
Given a problem statement (and optionally a stack/company size), return 1-3 best-fit products with reasoning.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"problem"
],
"properties": {
"stack": {
"type": "string",
"description": "Tech stack or category they already use (e.g., 'OpenAI + Pinecone + Vercel')"
},
"problem": {
"type": "string",
"description": "Problem the user is trying to solve, in their own words"
},
"company_size": {
"enum": [
"solo",
"small",
"mid",
"enterprise"
],
"type": "string"
}
},
"additionalProperties": false
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries