box_docgen_template_list_tool
Retrieve a list of all Box Doc Gen templates accessible to the user. Includes pagination support via marker and limit options. Returns template metadata in a structured format.
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
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
marker | No |