curl -X GET "https://api.danubeai.com/v1/ratings/my/tool_abc123" \ -H "danube-api-key: YOUR_API_KEY"
{ "tool_id": "tool_abc123", "rating": 4, "comment": "Very useful tool" }
Get your rating for a specific tool
null
get_my_rating
result = await mcp.call_tool("get_my_rating", { "tool_id": "tool_abc123" })