You're viewing a demo portfolio

Join the waitlist
PRSM

listProducts

Active

Tool of ai.shawndurrani/mcp-merchant

declared in 0.1.3

List products with optional query and pagination (empty query allowed)

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "page": {
      "type": "integer",
      "exclusiveMinimum": 0
    },
    "query": {
      "type": "string",
      "maxLength": 120
    },
    "pageSize": {
      "type": "integer",
      "maximum": 20,
      "exclusiveMinimum": 0
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ai.shawndurrani/mcp-merchant

1/7 registries
View full server →
listProducts — ai.shawndurrani/mcp-merchant — PRSM MCP