handbook
Access and search Glyphs Handbook content. Retrieve chapter details, custom parameters, and table of contents for font design.
Instructions
[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")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| force | No | ||
| query | No | ||
| action | Yes | ||
| chapter | No | ||
| filename | No | ||
| operation | No | info | |
| max_results | No | ||
| search_scope | No | all |