stripe.search_stripe_documentation
ActiveTool of MetaMesh-UGA
declared in 1.0.0
Search the Stripe documentation for the given question and language. It takes two arguments: - question (str): The user question to search an answer for in the Stripe documentati…
Parameters schema
{
"type": "object",
"required": [
"question"
],
"properties": {
"language": {
"enum": [
"dotnet",
"go",
"java",
"node",
"php",
"ruby",
"python",
"curl"
],
"type": "string",
"description": "The programming language to search for in the documentation."
},
"question": {
"type": "string",
"maxLength": 1000,
"description": "The user question about integrating with Stripe will be used to search the documentation."
},
"search_only_api_ref": {
"type": "boolean",
"description": "When set to true, search only in the Stripe API reference documentation instead of the full documentation set. Use true when users need specific API implementation details, code examples, or parameter references. Use false (default) for conceptual explanations, best practices, integration guides, or troubleshooting help."
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries