# Loomio

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

- **Category:** project management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 4
- **Triggers:** 0
- **Slug:** `LOOMIO`
- **Version:** 20260407_00

## Tools

### List Groups

**Slug:** `LOOMIO_LIST_GROUPS`

Tool to list all groups accessible to the user. Use when you need to retrieve and paginate user groups.

### List Polls

**Slug:** `LOOMIO_LIST_POLLS`

Tool to list all polls accessible to the user. Use when you need to retrieve poll IDs and basic metadata.

### Show Group

**Slug:** `LOOMIO_SHOW_GROUP`

Tool to retrieve details of a specific group. Use when you have a group_id and need its full metadata.

### SHOW_POLL

**Slug:** `LOOMIO_SHOW_POLL`

Tool to retrieve details of a specific poll. Use when you have a poll ID and need its full metadata.
