Skip to main content
Glama

MCP Server Box

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

NameRequiredDescriptionDefault
limitNo
markerNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "marker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Marker" } }, "title": "box_docgen_template_list_toolArguments", "type": "object" }
Install Server

Other Tools from MCP Server Box

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/box-community/mcp-server-box'

If you have feedback or need assistance with the MCP directory API, please join our Discord server