box_docgen_template_get_by_name_tool
Retrieve Box Doc Gen template metadata by specifying its name using an authenticated Box client. Ideal for accessing template details quickly and efficiently.
Instructions
Retrieve details of a specific Box Doc Gen template by name.
Args: client (BoxClient): Authenticated Box client. template_name (str): Name of the template.
Returns: dict[str, Any]: Metadata of the template or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_name | Yes |