Skip to content

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 a glyph scan for a page.

NameTypeRequired
project_idstringyes
page_idstringyes

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 a page’s describable glyphs in the given languages.

NameTypeRequiredNotes
project_idstringyes
page_idstringyes
languagesstring[]yesLanguage 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.