stripe.stripe_implementation_planner
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Stripe payment integration planner. Use this tool to help users accept payments, sell products online, set up billing, or build any Stripe integration. Call this BEFORE writing co…
Parameters schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"accept": {
"type": "boolean",
"description": "Set to true when returning the completed decision tree with your chosen options to receive the finalized integration guide."
},
"message": {
"type": "string",
"description": "For new guides: describe the use case or business requirements. For existing guides: provide the latest user response or the full accepted transcript."
},
"guide_id": {
"type": "string",
"description": "ONLY pass a guide_id that was returned by a previous call to this tool in this conversation. Never fabricate, guess, or reuse guide_ids from other sessions. If you do not have a guide_id from a prior response, omit this field entirely. Invalid guide_ids will be rejected."
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries