twprojects-list_skills
List and search Teamwork skills with filtering, pagination, and field selection. Count total skills or fetch only IDs and names for quick scanning.
Instructions
List skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination of results (1-based). | |
| fields | No | The attributes to return for each skill, from the listed names. | |
| verbose | No | If false, returns id + name only — useful when scanning many results. | |
| page_size | No | Number of results per page for pagination (1-500). | |
| count_only | No | If true, return only {"count": N}: the exact number of matching skills, no rows — use for "how many". Ignores page, page_size, verbose, fields. | |
| order_mode | No | The direction to sort the results in. | |
| search_term | No | A search term to filter skills by name, or assigned users. The skill will be selected if each word of the term matches the name, or assigned user first or last name, not requiring that the word matches are in the same field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| count | No | Exact number of matches across every page. Returned instead of the rows when count_only. | |
| skills | No |