get_board
ChatGPTGet board information by board identifier, optionally validating projectId.
get_board
ChatGPTGet board information by board identifier, optionally validating projectId.
get_board_theme
ChatGPTGet the board's design system as shadcn/ui design tokens for Tailwind v4. Accepts a board ID or a Visily URL. Returns light + dark tokens as a JSON object, shadcn :root/.dark CSS variables, or a paste-ready Tailwind v4 globals.css (CSS plus an @theme inline block).
get_board_theme
ChatGPTGet the board's design system as shadcn/ui design tokens for Tailwind v4. Accepts a board ID or a Visily URL. Returns light + dark tokens as a JSON object, shadcn :root/.dark CSS variables, or a paste-ready Tailwind v4 globals.css (CSS plus an @theme inline block).
get_design_context
ChatGPTPreferred tool for turning a Visily screen into code. Returns the code export for one element (JSX by default, HTML on request) and nothing else — call get_board_theme and get_screenshot separately, only when needed. Accepts a Visily element URL or explicit IDs. Large screens paginate (maxChars/cursor); use delivery:"url" to fetch the whole export in one link.
get_design_context
ChatGPTPreferred tool for turning a Visily screen into code. Returns the code export for one element (JSX by default, HTML on request) and nothing else — call get_board_theme and get_screenshot separately, only when needed. Accepts a Visily element URL or explicit IDs. Large screens paginate (maxChars/cursor); use delivery:"url" to fetch the whole export in one link.
get_element
ChatGPTGet raw element information by project, board, and element identifier.
get_element
ChatGPTGet raw element information by project, board, and element identifier.
get_element_export
ChatGPTLow-level export tool that returns generated code and screenshot URLs for a specific element. Prefer get_design_context for AI code generation workflows.
get_element_export
ChatGPTLow-level export tool that returns generated code and screenshot URLs for a specific element. Prefer get_design_context for AI code generation workflows.
get_project
ChatGPTGet project information by project identifier.
get_project
ChatGPTGet project information by project identifier.
get_screenshot
ChatGPTGet a screenshot image for one element. Use it as a visual reference before building and to diff against your generated UI. Returns a URL by default, or an inline base64 image when requested (fallback for sandboxed clients).
get_screenshot
ChatGPTGet a screenshot image for one element. Use it as a visual reference before building and to diff against your generated UI. Returns a URL by default, or an inline base64 image when requested (fallback for sandboxed clients).
get_workspace
ChatGPTGet workspace information by workspace identifier.
get_workspace
ChatGPTGet workspace information by workspace identifier.
list_boards
ChatGPTList all boards within a workspace or project, grouped by project.
list_boards
ChatGPTList all boards within a workspace or project, grouped by project.
list_elements
ChatGPTList PAGE elements, surfaced as screens, on a board. Accepts explicit IDs or a Visily board/element URL.
list_elements
ChatGPTList PAGE elements, surfaced as screens, on a board. Accepts explicit IDs or a Visily board/element URL.
list_projects
ChatGPTList all projects within a workspace.
list_projects
ChatGPTList all projects within a workspace.
list_workspaces
ChatGPTList all workspaces accessible to the current user.
list_workspaces
ChatGPTList all workspaces accessible to the current user.