box_docgen_template_list_tool
List all available Box Doc Gen templates for document generation with pagination support.
Instructions
List all Box Doc Gen templates accessible to the user.
Args: client (BoxClient): Authenticated Box client. marker (str, optional): Pagination marker. limit (int, optional): Max items per page.
Returns: dict[str, Any] | list[dict[str, Any]]: A list of template metadata or an error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marker | No | ||
| limit | No |