Skip to content

MCP server gains label tools

Released: June 24, 2026

Six label tools join the Kirimdev MCP server — the surface grows from 18 to 24 tools. Attach and detach are contact-scoped only: Kirimdev already syncs contact labels to every conversation for that contact, so exposing a second conversation-label tool would duplicate behavior and confuse assistants.

The new tools:

  • list_labels — discover lbl_... ids across the org
  • create_label / update_label / delete_label — label CRUD
  • add_contact_label / remove_contact_label — attach or detach on a contact (syncs to conversations)

They wrap the existing /v1/labels and contact label REST endpoints. No Public API or SDK changes — MCP-only.