You're viewing a demo portfolio

Join the waitlist
PRSM

stripe.stripe_api_search

Active

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

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.stripe_api_search — MetaMesh-UGA — PRSM MCP