工具 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.

financeOAuth1 积分

调用信息

工具标识
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.