Skip to main content
Glama

Shopify Update MCP Server

by smithery-ai

get-products

Retrieve products from Shopify Update MCP Server by title or fetch all products within a specified limit. Simplify product management and querying.

Instructions

Get all products or search by title

Input Schema

NameRequiredDescriptionDefault
limitYesMaximum number of products to return
searchTitleNoSearch title, if missing, will return all products

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of products to return", "type": "number" }, "searchTitle": { "description": "Search title, if missing, will return all products", "type": "string" } }, "required": [ "limit" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/shopify-mcp-server-main-1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server