工具 API
stripe_ api_ details
Get detailed parameter information for a specific Stripe API operation. Provide the stripe_api_operation_id from stripe_api_search results to see all path, query, and body parameters with their types, descriptions, and whether they are required. Use before calling the relevant Stripe API execution tool for operations with nested object fields. The response may include an "LLM Context" section with usage guidance specific to the operation — follow any instructions there.
调用信息
- 工具标识
- stripe-mcp.stripe_api_details
- 服务提供方
- Stripe
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
stripe_api_operation_id必填The operation ID to get details for (e.g. 'PostCustomers', 'GetPaymentIntents')
stripe_context必填The account to target for this request. Use the `stripe_context` value returned by list_available_accounts_or_orgs.
livemode必填Whether to operate in livemode (true) or test mode/ sandbox (false). Must match the livemode of the stripe_context account.