Skip to main content
Glama

Word Orb — Vocabulary Intelligence for AI Agents

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

12 tools
check_complianceInspect

Check text for PII, profanity, reading level (Flesch-Kincaid), brand voice violations, GDPR/COPPA markers.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesText to check
policyNoOptional: {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.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYesTerm to define
age_groupNoTarget age groupadult
explore_graphInspect

Trace a word through the knowledge graph to find connected lessons, themes, and related words.

ParametersJSON Schema
NameRequiredDescriptionDefault
wordYesWord to trace through the graph
generate_textInspect

Write, summarize, compliance-check, retrieve, negotiate, translate, or define text with policy enforcement.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYes
inputYes
get_lessonInspect

Structured 5-phase lesson (hook->story->wonder->action->wisdom). 365 days x 4 tracks x 3 age groups.

ParametersJSON Schema
NameRequiredDescriptionDefault
ageNo
dayNo
trackNo
get_quizInspect

Assessment questions from lesson content. 6 question types for formative evaluation.

ParametersJSON Schema
NameRequiredDescriptionDefault
dayNo
trackNo
get_word_imageInspect

Get all available images for a word - universal, culture-specific, and age-specific variants.

ParametersJSON Schema
NameRequiredDescriptionDefault
wordYesWord 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
wordYesEnglish word
search_wordsInspect

Search the dictionary by prefix, fuzzy match, or definition content. Find words matching a pattern or meaning.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch query (min 2 chars)
fieldNoSearch fieldword
fuzzyNoEnable fuzzy matching
limitNoMax results (1-50)
translate_wordInspect

Translate a word or phrase. Single words use 47-language dictionary (instant). Sentences use AI translation.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesWord or text to translate
target_langNoISO 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoISO 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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.