Skip to main content
Glama

ShipBob API MCP Server

list_products

Retrieve and filter product data from ShipBob's e-commerce fulfillment API using pagination and search terms for efficient product management.

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of products per page
pageNoPage number for pagination
searchNoSearch term to filter products

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of products per page", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "search": { "description": "Search term to filter products", "type": "string" } }, "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/mattcoatsworth/shipbob-mcp-server'

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