stripe.stripe_api_read
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Read data from any Stripe API GET operation: 1. Use stripe_api_search to find the operation ID. 2. Use stripe_api_details to understand its parameters (required for operations wit…
Parameters schema
{
"type": "object",
"required": [
"stripe_api_operation_id",
"parameters"
],
"properties": {
"parameters": {
"type": "object",
"description": "Parameters for the API call. Include path parameters (e.g. 'customer' for /v1/customers/{customer}), query parameters, and body parameters as a flat object. Nested object fields use dot-notation (e.g. \"address.city\"). Array fields (e.g. line_items) must be passed as a JSON array value, not as a plain string."
},
"stripe_api_operation_id": {
"type": "string",
"description": "The operation ID to execute (e.g. 'PostCustomers', 'GetPaymentIntents')"
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries