You're viewing a demo portfolio

Join the waitlist
PRSM

stripe.search_stripe_documentation

Active

Tool 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."
    }
  }
}

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 →
stripe.search_stripe_documentation — MetaMesh-UGA — PRSM MCP