Skip to main content
Glama

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

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/plutzilla/omnisend-mcp'

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