Glyph tools
Two page-bound tools that launch glyph work — finding a page’s images and icons, and generating descriptions for the describable ones. Both start a workflow and return its id; neither waits for the result.
There is no status tool on this server. The workflowId these return is a handle for support,
not something you can poll here — the results appear on the page in the dashboard once the workflow
finishes.
start_glyph_scan
Section titled “start_glyph_scan”Start a glyph scan for a page.
| Name | Type | Required |
|---|---|---|
project_id | string | yes |
page_id | string | yes |
Returns: { workflowId }.
Returns an error block reading Failed to start glyph scan when no workflow id came back, or
Failed to start glyph scan: <message> carrying the underlying error.
describe_glyph_page
Section titled “describe_glyph_page”Describe a page’s describable glyphs in the given languages.
| Name | Type | Required | Notes |
|---|---|---|---|
project_id | string | yes | |
page_id | string | yes | |
languages | string[] | yes | Language codes, e.g. ["en", "tr"]. |
Returns: { workflowId }.
Returns an error block reading Failed to describe glyph page: <message>. Two common causes: an
empty languages list, and a page with no describable glyphs — run start_glyph_scan first if the
page has never been scanned.