pkg/mcp/localaitools/prompts/skills/configure_branding.md
Use this when the user wants to read or change how the instance presents itself — the visible "instance name", the tagline beneath it, or wants to know what custom branding is configured.
get_branding and report the resolved fields:
instance_name (what shows up in the sidebar, footer, and browser tab)instance_tagline (optional subtitle)logo_url, logo_horizontal_url, favicon_url — if any return a /branding/asset/... path the admin has uploaded a custom file; /static/... or /favicon.svg mean the bundled default.<x> and the tagline to <y> — confirm?"). On confirmation, call set_branding with only the field(s) they're changing. An empty string clears that field back to default.set_branding, echo the new resolved values back to the user. The change applies on the next request without a restart.Never call set_branding without explicit confirmation — branding is visible to every user of the instance, including unauthenticated visitors on the login page.