Iaptic MCP Server

Official

purchase_get

Get detailed information about a specific purchase

Input Schema

NameRequiredDescriptionDefault
purchaseIdYesID of the purchase

Input Schema (JSON Schema)

{ "properties": { "purchaseId": { "description": "ID of the purchase", "type": "string" } }, "required": [ "purchaseId" ], "type": "object" }