stripe.fetch_stripe_resources
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Retrieve Stripe object details by ID. IMPORTANT: Only call this tool after search_stripe_resources is called to get specific object IDs. Do not use this tool to discover or searc…
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The unique identifier for the Stripe object (e.g. cus_123, pi_123)."
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries