project_templates_list
List project templates to reuse predefined project structures. Use cursor-based pagination to browse available templates for standardizing project creation.
Instructions
List all project templates with cursor-based pagination.
Project templates are reusable blueprints for creating new projects with predefined phases, tasks, and activities.
Workflow tips:
Templates include project structure (phases, groups, tasks, activities)
Use templates to standardize project creation across your organization
Templates can be created from existing projects
Cursor-based pagination for large template lists
Common use cases:
List all available templates: {}
Get templates with custom page size: { "limit": 50 }
Paginate through templates: { "cursor": "abc123", "limit": 100 }
Example: { "limit": 100 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | For pagination, the marker representing the first item on the next page | |
| limit | No | Number of items to return per page (default: 100, max: 500) |