Skip to main content
Glama

PayPal MCP

create_product

Add new products to PayPal by specifying details like name, description, type, and category. Ideal for managing physical, digital, or service-based offerings directly within the MCP server.

Instructions

Create a new product in PayPal

Input Schema

NameRequiredDescriptionDefault
categoryYes
descriptionYes
home_urlNo
image_urlNo
nameYes
typeYes

Input Schema (JSON Schema)

{ "properties": { "category": { "type": "string" }, "description": { "type": "string" }, "home_url": { "type": "string" }, "image_url": { "type": "string" }, "name": { "type": "string" }, "type": { "enum": [ "PHYSICAL", "DIGITAL", "SERVICE" ], "type": "string" } }, "required": [ "name", "description", "type", "category" ], "type": "object" }

You must be authenticated.

Other Tools from PayPal MCP

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/DynamicEndpoints/Paypal-MCP'

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