Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.
Create ProjectLEIGA_CREATE_PROJECT
Tool to create a new project in Leiga. Use after gathering project details and authenticating.
Get File ListLEIGA_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 NumberLEIGA_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 SchemaLEIGA_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 InformationLEIGA_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 TemplateLEIGA_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 ListLEIGA_GET_PROJECT_TEMPLATE_LIST
Tool to retrieve a list of project templates. Use when browsing available templates before creating a new project.
Get Version ListLEIGA_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 ListLEIGA_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 ProjectsLEIGA_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).