Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLYPHS_APP_PATHNoPath to Glyphs application if not in default location
GLYPHS_ENABLED_MODULESNoComma-separated list of modules to enable (whitelist mode). Available: vocabulary, handbook, api, glyphs_plugins, glyphs_news, glyphs_sdk, light_table_api, mekkablue_scripts
GLYPHS_APP_HEADERS_PATHNoPath to GlyphsCore.framework headers if not in default location
GLYPHS_DISABLED_MODULESNoComma-separated list of modules to disable (blacklist mode). Available: vocabulary, handbook, api, glyphs_plugins, glyphs_news, glyphs_sdk, light_table_api, mekkablue_scripts
GLYPHS_REPOSITORIES_PATHNoPath to Glyphs Repositories directory if not in default location

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
handbookB
    [HANDBOOK] Glyphs Handbook operations

    Actions:
    - search: Search handbook content (query, search_scope, max_results)
    - get: Get chapter content (filename)
    - toc: Get table of contents (chapter)
    - children: Get chapter children (chapter)
    - parameter: Get custom parameter details (name)
    - list_parameters: List all custom parameters
    - cache: Cache management (operation: info|update, force)

    Args:
        action: Operation to perform
        query: Search keywords (for search action)
        filename: Chapter filename (for get action)
        chapter: Chapter name (for toc/children action)
        name: Parameter name (for parameter action)
        search_scope: Search scope - titles, content, all (default: all)
        max_results: Maximum results (default: 5)
        force: Force cache update (for cache action)
        operation: Cache operation - info or update (default: info)

    Examples:
        handbook(action="search", query="interpolation")
        handbook(action="get", filename="anchors.md")
        handbook(action="toc", chapter="Interpolation")
        handbook(action="parameter", name="ascender")
    
vocabularyA
    [VOCABULARY] Glyphs UI terminology translation

    Actions:
    - translate: Translate UI term (term, target)
    - search: Search UI terms (term, locale)
    - mapping: Get multi-locale translations (term, source_locale, target_locales)
    - categories: List vocabulary file categories

    Args:
        action: Operation to perform
        term: Term to translate or search
        target: Target locale for translation (default: auto -> English)
        locale: Search locale (default: zh-Hant)
        source_locale: Source locale for mapping (default: en)
        target_locales: Comma-separated target locales (default: zh-Hant)

    Examples:
        vocabulary(action="translate", term="取消")
        vocabulary(action="search", term="Cancel", locale="zh-Hant")
        vocabulary(action="mapping", term="Cancel", target_locales="zh-Hant,ja,ko")
    

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yintzuyuan/glyphs-info-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server