Skip to main content
Glama

Valyu MCP Server

MIT License
  • Linux
  • Apple

feedback

Submit transaction feedback and sentiment on Valyu MCP Server to improve user experience and system performance. Input transaction ID, feedback, and sentiment rating.

Instructions

Submit user feedback and sentiment for a transaction.

Input Schema

NameRequiredDescriptionDefault
feedbackYes
sentimentYes
tx_idYes

Input Schema (JSON Schema)

{ "properties": { "feedback": { "type": "string" }, "sentiment": { "enum": [ "very good", "good", "bad", "very bad" ], "type": "string" }, "tx_id": { "type": "string" } }, "required": [ "tx_id", "feedback", "sentiment" ], "type": "object" }
Install Server

Other Tools from Valyu MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/valyu-network/valyu-mcp-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server