Server Details
162K words, 47 languages, 278K lessons, 25K assessments, knowledge graph. Edge-cached.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- nicoletterankin/word-orb
- GitHub Stars
- 0
See and control every tool call
Available Tools
12 toolscheck_complianceInspect
Check text for PII, profanity, reading level (Flesch-Kincaid), brand voice violations, GDPR/COPPA markers.
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to check | |
| policy | No | Optional: {brand_voice: {tone, banned_words}, max_grade_level} |
define_termInspect
Get an age-calibrated definition for any term. Known words use dictionary data; unknown terms use AI.
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Term to define | |
| age_group | No | Target age group | adult |
explore_graphInspect
Trace a word through the knowledge graph to find connected lessons, themes, and related words.
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Word to trace through the graph |
generate_textInspect
Write, summarize, compliance-check, retrieve, negotiate, translate, or define text with policy enforcement.
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| input | Yes |
get_lessonInspect
Structured 5-phase lesson (hook->story->wonder->action->wisdom). 365 days x 4 tracks x 3 age groups.
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | ||
| day | No | ||
| track | No |
get_quizInspect
Assessment questions from lesson content. 6 question types for formative evaluation.
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| track | No |
get_word_imageInspect
Get all available images for a word - universal, culture-specific, and age-specific variants.
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Word to get images for |
lookup_wordInspect
Look up any English word - returns IPA, definition, etymology, and translations in 47 dictionary languages for verified agent output.
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | English word |
search_wordsInspect
Search the dictionary by prefix, fuzzy match, or definition content. Find words matching a pattern or meaning.
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query (min 2 chars) | |
| field | No | Search field | word |
| fuzzy | No | Enable fuzzy matching | |
| limit | No | Max results (1-50) |
translate_wordInspect
Translate a word or phrase. Single words use 47-language dictionary (instant). Sentences use AI translation.
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Word or text to translate | |
| target_lang | No | ISO language code (es, fr, de, zh, ja, etc.) | es |
word_of_the_dayInspect
Get the deterministic word of the day. Same word for all users on a given date. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date (YYYY-MM-DD). Defaults to today. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.