Skip to main content
Glama
anzy-renlab-ai

Pronounce / pronounce-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pronounceA

Look up the canonical pronunciation of a developer-related word.

Returns the IPA, a respelling that approximates how engineers actually say the word, a playable MP3 audio_url, optional alternate readings, the source citation when available, and editorial notes. Use this for project names like kubectl, nginx, GIF, JSON, Pydantic, Knative, programmer jargon, and tech acronyms. Returns an error dict if the word is not in the dictionary; for general English vocabulary, fall back to your own knowledge.

search_pronunciationsA

Search the dictionary by partial word or category match.

Matches substrings against the entry's word and category only — the search index (/api/words.json) carries no notes or source text, so a query like "Kelsey" will NOT surface kubectl. To read an entry's notes, look it up with pronounce.

Returns a list of matching entries with word, slug, category, and confidence. Use this when the exact spelling is unknown or when browsing entries by category.

list_pronunciationsA

List dictionary entries, optionally filtered by category.

Categories include: product, project, cli-tool, tool, cs-term, acronym, abbreviation, person. The dictionary holds well over 1500 entries and grows continuously, so the unfiltered list is large — pass category and/or limit to keep the result focused.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
browse_indexThe full dictionary index (URL → human-readable browse page).

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: pronounce for exact word lookup, search_pronunciations for partial/category matching, and list_pronunciations for browsing with filters. The only slight overlap between search and list is clarified by their descriptions.

Naming Consistency4/5

Two tools follow a verb_noun pattern (search_pronunciations, list_pronunciations), while the core tool is just the bare verb pronounce. This is a minor deviation, but the overall naming is predictable and readable.

Tool Count5/5

Three tools is well-scoped for a pronunciation dictionary: lookup, search, and list cover the essential interaction modes without redundancy. Each tool earns its place.

Completeness5/5

For the stated domain of looking up developer-related pronunciations, the surfaces are complete: exact lookup, discovery by partial match, and category-based browsing. There are no obvious dead ends or missing operations.

Maintenance

ActivityActive
ResponsivenessWithin a week