工具 API
stripe_ api_ search
Search for Stripe API operations by providing an intent and a resource to operate on. For the resource, use a specific, descriptive phrase (e.g. "issuing card transactions", "payout methods", "outbound payments") rather than a single generic noun — Stripe has many similar resources, and the extra qualifiers help disambiguate between them rather than causing a miss. Only fall back to the bare core noun (e.g. "transactions") if a specific multi-word search returns no results. Returns matching operations with their HTTP method, path, summary, and top-level parameter names with types. Does not include parameter descriptions, enum values, or nested object fields — use stripe_api_details to get those before calling the relevant Stripe API execution tool.
调用信息
- 工具标识
- stripe-mcp.stripe_api_search
- 服务提供方
- Stripe
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
intent必填The intent of the operation
resource必填Target resource the operation is looking to manipulate
limitMaximum number of results to return
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.