PayPal MCP

list_products

Retrieve a paginated list of all products managed by PayPal MCP, specifying page number and size for efficient data handling.

Instructions

List all products

Input Schema

NameRequiredDescriptionDefault
pageNo
page_sizeNo

Input Schema (JSON Schema)

{ "properties": { "page": { "minimum": 1, "type": "number" }, "page_size": { "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from PayPal MCP

Related Tools

ID: 6op9uaqyev