get_project_summary
Retrieve a project's counts for work items, modules, cycles, states, members, pages, labels, and intakes by providing a project UUID. Get an overview without listing each entity.
Instructions
8seneca fork: get a project's counts — how many work items, modules, cycles, states, members, pages, labels and intakes it holds. Cheaper than listing each. This requests project_id as uuid parameter. If you have a readable identifier for project, you can use the get_projects tool to get the project_id from it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The uuid identifier of the project to summarise |