Explains concepts for different age groups in simple terms using AI.
explain_for_kids
Description: Explains a concept for a specific age group, using simple language. It searches for information in multiple languages and uses Gemini AI to tailor the explanation.
Example Request:curl -X POST https://wikimcp.eu/mcp-kidswiki \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "explain_for_kids",
"arguments": {
"concept": "Photosynthesis",
"output_language": "Romanian",
"age_group": "8-10"
}
},
"id": 1
}'