get-project-list
Retrieve a paginated list of active projects you belong to in Dooray, excluding archived projects, for browsing when no specific project is identified.
Instructions
Get list of active projects that you belong to.
This tool retrieves only active projects where you are a member. Archived projects are excluded.
Note: Returns compact response with essential fields only. For complete project details, use get-project.
IMPORTANT: When the user provides a specific Dooray URL (e.g., "https://nhnent.dooray.com/task/PROJECT_ID"), do NOT use this tool. Instead, extract the PROJECT_ID from the URL and call get-project directly to get information about that specific project.
This tool is for browsing your active projects when no specific project URL or ID is provided.
Examples:
Get all your active projects: {} (empty parameters)
Get second page with 50 items: {"page": 1, "size": 50}
Returns a paginated list with project id and name (project code) for each project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 0) | |
| size | No | Number of items per page (default: 20, max: 100) |