stripe.stripe_api_search
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Search for Stripe API operations by providing an intent and a resource to operate on. Returns matching operations with their HTTP method, path, summary, and top-level parameter n…
Parameters schema
{
"type": "object",
"required": [
"intent",
"resource"
],
"properties": {
"limit": {
"type": "integer",
"default": 5,
"maximum": 20,
"minimum": 1,
"description": "Maximum number of results to return"
},
"intent": {
"type": "string",
"examples": [
"create",
"list",
"refund"
],
"description": "The intent of the operation"
},
"resource": {
"type": "string",
"examples": [
"customer",
"payments",
"charge"
],
"description": "Target resource the operation is looking to manipulate"
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries