project_templates_get
Retrieve full details of a project template by ID, including phases, tasks, and activities. Use to inspect template structure before creating a project.
Instructions
Get details of a single project template by ID.
Returns complete information about a project template including its structure, phases, groups, tasks, and activities.
Workflow tips:
Templates contain the blueprint for creating standardized projects
Use this to inspect template details before using it to create a project
Template structure includes phases, task groups, tasks, and activities
You can create a project from this template using projects/create
Common use cases:
View template structure before creating a project
Inspect phases and tasks included in the template
Review template configuration
Validate template before use
Example: { "id": 123 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the project template to retrieve |