Skip to main content
Glama

Products API MCP Server

by Demontie

get_products

Retrieve a list of products with advanced filtering by ID, title, category, brand, price, or rating. Includes pagination support for efficient data retrieval.

Instructions

Get a list of products with optional filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
brandNoFilter products by brand
categoryNoFilter products by category
idNoFilter products by ID
limitNoMaximum number of products to return
priceNoFilter products by price
qNoFilter products by title
ratingNoFilter products by rating
skipNoNumber of products to skip

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "brand": { "description": "Filter products by brand", "type": "string" }, "category": { "description": "Filter products by category", "type": "string" }, "id": { "description": "Filter products by ID", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of products to return", "type": "number" }, "price": { "description": "Filter products by price", "type": "number" }, "q": { "description": "Filter products by title", "type": "string" }, "rating": { "description": "Filter products by rating", "type": "number" }, "skip": { "default": 0, "description": "Number of products to skip", "type": "number" } }, "type": "object" }
Install Server

Other Tools from Products API MCP Server

Related Tools

    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/Demontie/my-first-mcp'

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