{"authenticated":false,"plan":"Starter","entitlements":{"plan":"Starter","corePayments":true,"toolManifest":true,"sponsoredPay":false,"analytics":false,"teamAdmin":false,"auditExport":false},"tools":[{"name":"quote_payment","description":"Estimate the platform fee and net amount for an XLM payment before execution.","tier":"core","parameters":{"type":"object","properties":{"amount":{"type":"string","description":"XLM amount, for example 12.5"},"feeBps":{"type":"number","description":"Optional basis points fee override"}},"required":["amount"],"additionalProperties":false},"locked":false},{"name":"pay","description":"Submit a signed native XLM payment transaction and index it on the platform.","tier":"core","parameters":{"type":"object","properties":{"to":{"type":"string","description":"Recipient public key"},"amount":{"type":"string","description":"XLM amount to send"},"memo":{"type":"string","description":"Optional memo text"},"asset":{"type":"string","enum":["XLM"],"description":"Supported asset type"}},"required":["to","amount"],"additionalProperties":false},"locked":false},{"name":"sponsored_pay","description":"Wrap an inner transaction in a fee-bump transaction so the platform pays fees.","tier":"pro","parameters":{"type":"object","properties":{"innerTxXdr":{"type":"string","description":"Signed inner transaction XDR"}},"required":["innerTxXdr"],"additionalProperties":false},"locked":true}]}