You're viewing a demo portfolio

Join the waitlist
PRSM

stripe.stripe_api_read

Active

Tool 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')"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

MetaMesh-UGA

https://github.com/metamesh-uga/gateway

1/7 registries
View full server →