# Leiga

Leiga is an AI-powered project management tool that automates tasks and enhances team collaboration.

- **Category:** project management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 10
- **Triggers:** 0
- **Slug:** `LEIGA`
- **Version:** 20260424_00

## Tools

### Create Project

**Slug:** `LEIGA_CREATE_PROJECT`

Tool to create a new project in Leiga. Use after gathering project details and authenticating.

### Get File List

**Slug:** `LEIGA_GET_FILE_LIST`

Tool to retrieve a paginated list of files in a specified directory. Use after obtaining the directory ID to view files.

### Get Issue Detail by Number

**Slug:** `LEIGA_GET_ISSUE_DETAIL_BY_ISSUE_NUMBER`

Tool to fetch detailed information about a specific issue using its issue number. Use when you have an issue number and need complete issue details.

### Get Issue Schema

**Slug:** `LEIGA_GET_ISSUE_SCHEMA`

Tool to retrieve the issue custom-field schema. Use when you need the full list of field configurations after selecting an issue type.

### Get Project Information

**Slug:** `LEIGA_GET_PROJECT_INFORMATION`

Tool to fetch detailed information about a specific project by its ID. Use when you need complete project metadata, including owner and members.

### Get Project Overview Template

**Slug:** `LEIGA_GET_PROJECT_OVERVIEW_TEMPLATE`

Tool to retrieve the project overview template. Use when you need the structured overview template for a project after confirming its ID.

### Get Project Template List

**Slug:** `LEIGA_GET_PROJECT_TEMPLATE_LIST`

Tool to retrieve a list of project templates. Use when browsing available templates before creating a new project.

### Get Version List

**Slug:** `LEIGA_GET_VERSION_LIST`

Tool to fetch list of versions for a specific platform. Use when you need to view all available versions before deployment.

### Get Webhook Type List

**Slug:** `LEIGA_GET_WEBHOOK_TYPE_LIST`

Tool to retrieve the list of available webhook types. Use when configuring webhooks and you need to know valid event types.

### List Projects

**Slug:** `LEIGA_LIST_PROJECTS`

Tool to list all projects available to the authenticated user. Use when you need to retrieve your projects in paginated form (e.g., page 1 with 10 per page).
