Omnisend MCP Server

listProducts

Retrieve a paginated list of products from the Omnisend catalog, enabling users to manage and access product data efficiently using limit and offset parameters.

Instructions

Retrieve a list of products from the Omnisend catalog with pagination support.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of products to return
offsetNoSkip first N results

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" }, "offset": { "description": "Skip first N results", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Omnisend MCP Server

Related Tools

ID: 9b2gk8u8oq