Back to Word Orb
Card snapshot
mcp.thedailylesson.com
·
2026-05-15 00:33:31 UTC
·
16c4a375ae8bbf7eac7e7488a5f6a45eb6769e4fe7e6fd6760fa47e78062c14c
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Word Orb",
"description": "Verified vocabulary, lesson, and assessment APIs for AI agents and learning products. 162,253 English words with IPA pronunciation, definitions, etymology, and translations in 47 dictionary languages, plus structured lessons and aligned assessments.",
"url": "https://wordorb.ai",
"version": "6.2.0",
"provider": {
"organization": "Lesson of the Day, PBC",
"url": "https://lotdpbc.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"authentication": {
"schemes": [
"bearer"
],
"credentials": "API key starting with wo_"
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"audio/mpeg"
],
"skills": [
{
"id": "word-lookup",
"name": "Word Lookup",
"description": "Look up any English word - IPA pronunciation, definition, etymology, and translations in 47 dictionary languages for verified agent output.",
"tags": [
"dictionary",
"pronunciation",
"translation",
"ipa",
"multilingual",
"offline",
"voice"
],
"examples": [
"Look up 'serendipity' with all 47 translations",
"Get IPA pronunciation for 'ephemeral'"
]
},
{
"id": "daily-lesson",
"name": "Daily Lesson",
"description": "Structured 5-phase lesson for any day (1-365), track, age group, and language. Pedagogy-first design: hook->story->wonder->action->wisdom.",
"tags": [
"education",
"curriculum",
"pedagogy",
"multilingual",
"offline",
"children",
"elder"
],
"examples": [
"Get today's learn track lesson for kids",
"Fetch day 100 grow track lesson for adults"
]
},
{
"id": "quiz",
"name": "Quiz & Assessment",
"description": "Generate quiz questions from lesson content - multiple choice, true/false, open-ended, reflection. 6 question types for formative assessment.",
"tags": [
"assessment",
"quiz",
"education",
"testing"
],
"examples": [
"Get quiz for day 1 learn track",
"Generate 10 random quiz questions"
]
},
{
"id": "text-generation",
"name": "Text Generation",
"description": "Write, summarize, compliance-check, retrieve, or negotiate text with policy enforcement. Auditable provenance chain.",
"tags": [
"writing",
"compliance",
"policy",
"generation"
],
"examples": [
"Write a summary of this article",
"Compliance-check this content against child safety policy"
]
}
]
}