response_quality_score
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Score an LLM response on multiple quality dimensions: relevance, completeness, clarity, conciseness, formatting. Returns a weighted 0-100 score with detailed breakdown.
Parameters schema
{
"type": "object",
"required": [
"question",
"response"
],
"properties": {
"question": {
"type": "string",
"description": "The original question/prompt"
},
"response": {
"type": "string",
"description": "The LLM response to score"
},
"max_length": {
"type": "number",
"description": "Ideal max character length (penalize if exceeded)"
},
"expected_keywords": {
"type": "array",
"items": {
"type": "string"
},
"description": "Keywords that should appear in a good answer"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries