# Loomio AI integration on Definable

> Loomio is a collaborative decision-making platform that enables groups to discuss, propose, and make decisions together.

## What this connects

Loomio is a collaborative decision-making platform that enables groups to discuss, propose, and make decisions together.

Vendor: https://www.loomio.com/

## Tools available

**4** tools available. First 4:

- `LOOMIO_LIST_GROUPS` — List Groups — Tool to list all groups accessible to the user. Use when you need to retrieve and paginate user groups.
- `LOOMIO_LIST_POLLS` — List Polls — Tool to list all polls accessible to the user. Use when you need to retrieve poll IDs and basic metadata.
- `LOOMIO_SHOW_GROUP` — Show Group — Tool to retrieve details of a specific group. Use when you have a group_id and need its full metadata.
- `LOOMIO_SHOW_POLL` — SHOW_POLL — Tool to retrieve details of a specific poll. Use when you have a poll ID and need its full metadata.

## Auth

Auth schemes: `API_KEY`.

## How agents use Loomio

Inside a Definable workflow, Loomio is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Loomio** — the Researcher (GPT-5.5) pulls context from Loomio (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Loomio** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Loomio (create record, post message, draft email).
- **Designer / Engineer → Distributor → Loomio** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Loomio (attach file, open PR comment, post status).

The Verifier checks every Loomio call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- project management — https://definable.ai/apps/category/project-management/
- team collaboration — https://definable.ai/apps/category/team-collaboration/

## Related

- HTML page: https://definable.ai/apps/loomio/
- Same category (project management): https://definable.ai/apps/category/project-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
