Documentation

List Milestones Tool

Lists milestones in a project with progress information. Shows each milestone's name, dates, task counts, and completion percentage. Use this to find existing milestones before creating new ones or assigning tasks. If no project is specified, lists milestones across all accessible projects.

Lists milestones in a project with progress information. Shows each milestone's name, dates, task counts, and completion percentage. Use this to find existing milestones before creating new ones or assigning tasks. If no project is specified, lists milestones across all accessible projects.

Safety: Read only

Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.

Input schema

Field Type Required Description
project_name string no The project name or keyword to filter milestones by project.
project_id integer no Exact project ID to filter milestones.
include_completed string no Include fully completed milestones (default: true).

Example prompt

Use list-milestones-tool to help me with the relevant Taskavel task.

Example call

{
  "name": "list-milestones-tool",
  "arguments": {}
}

Last reviewed Jul 26, 2026