submit_rating
ActiveTool of io.github.AIAll-TARS/naim
declared in 1.3.0
Submit a rating for an API service you have used. All scores are 1.0 (worst) to 5.0 (best).
Parameters schema
{
"type": "object",
"required": [
"service_id",
"cost_score",
"quality_score",
"latency_score",
"reliability_score"
],
"properties": {
"notes": {
"type": "string",
"description": "Free-text notes. Optional."
},
"agent_id": {
"type": "string",
"description": "Your agent identifier. Optional."
},
"cost_score": {
"type": "number",
"description": "Cost value (1-5). 5 = very cheap."
},
"service_id": {
"type": "string",
"description": "The service UUID."
},
"latency_score": {
"type": "number",
"description": "Response speed (1-5). 5 = very fast."
},
"quality_score": {
"type": "number",
"description": "Output quality (1-5)."
},
"reliability_score": {
"type": "number",
"description": "Uptime/reliability (1-5)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.AIAll-TARS/naim
https://github.com/AIAll-TARS/nAIm
1/7 registries