You're viewing a demo portfolio

Join the waitlist
PRSM

stripe.send_stripe_mcp_feedback

Active

Tool of MetaMesh-UGA

declared in 1.0.0

Submit feedback from user or agent about Stripe's MCP server tools. Valid: "the search tool returned irrelevant results", "I wish there was a tool for X" Invalid: Stripe API comp…

Parameters schema

{
  "type": "object",
  "required": [
    "sentiment",
    "quote",
    "context",
    "source"
  ],
  "properties": {
    "quote": {
      "type": "string",
      "maxLength": 1000,
      "minLength": 1,
      "description": "User's exact message containing feedback. Max 1000 chars."
    },
    "source": {
      "enum": [
        "user",
        "agent"
      ],
      "type": "string",
      "description": "user or agent"
    },
    "context": {
      "type": "string",
      "minLength": 1,
      "description": "User persona, their broader goal, current task, and estimated technical proficiency."
    },
    "sentiment": {
      "enum": [
        "positive",
        "negative",
        "neutral"
      ],
      "type": "string",
      "description": "positive, negative, or neutral"
    },
    "tool_name": {
      "type": "string",
      "description": "The name of the tool the user is giving feedback about. Include if confident that feedback is about a specific tool."
    }
  }
}

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