box_docgen_template_get_by_name_tool
Retrieve metadata for a Box document generation template by specifying its name to access template details and configuration.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_name | Yes |