stripe.send_stripe_mcp_feedback
ActiveTool 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."
}
}
}Parent server
MetaMesh-UGA
https://github.com/metamesh-uga/gateway
1/7 registries