/
by ai.smithery
Generate tailored quality criteria and scoring guides from your task descriptions. Refine objectiv…
Server configuration and capabilities from the MCP manifest
Size: 1,875 bytes (469 tokens)
Tools Found: 5
Analysis ID: 4p11ie03
MCP server for generating quality evaluation dimensions and assessment criteria
Stars
Registry ID: fb74c0f6-fb5f-4998-a29a-1b2dcf77e1e4
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 9/21/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "quality-dimension-generator",
"tags": [
"mcp",
"model-context-protocol",
"quality-dimensions",
"evaluation-criteria",
"task-analysis",
"dimension-generator",
"quality-standards",
"assessment-criteria",
"prompt-engineering",
"llm",
"ai",
"claude",
"productivity"
],
"tools": [
{
"name": "generate_task_analysis_prompt",
"description": "Generate task analysis prompt for LLM to analyze core tasks in user conversations",
"input_schema": {
"type": "object",
"required": [
"userMessage"
],
"properties": {
"context": {
"type": "object",
"description": "Additional context information",
"additionalProperties": true
},
"userMessage": {
"type": "string",
"description": "User message content"
},
"conversationHistory": {
"type": "array",
"items": {
"type": "object",
"required": [
"role",
"content"
],
"properties": {
"role": {
"enum": [
"user",
"assistant"
],
"type": "string"
},
"content": {
"type": "string"
},
"timestamp": {
"type": "number"
}
}
},
"description": "Conversation history records"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"isError": {
"type": "boolean"
}
}
}
},
{
"name": "generate_quality_dimensions_prompt",
"description": "Generate quality dimensions prompt based on task analysis. Uses default target score from configuration or task complexity to determine evaluation strictness.",
"input_schema": {
"type": "object",
"required": [
"taskAnalysisJson"
],
"properties": {
"taskAnalysisJson": {
"type": "string",
"description": "Task analysis JSON result"
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"isError": {
"type": "boolean"
}
}
}
}
],
"version": "1.0.0",
"categories": [],
"description": "MCP server for generating quality evaluation dimensions and assessment criteria"
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Open Issues: 0