Skip to main content
Glama

MCP Server Box

box_docgen_template_list_jobs_tool

List document generation jobs associated with a specific template using the Box API. Provide the template ID to retrieve job details, with optional pagination support via marker and limit parameters.

Instructions

List Doc Gen jobs that used a specific template.

Args: client (BoxClient): Authenticated Box client. template_id (str): ID of the template. marker (str, optional): Pagination marker. limit (int, optional): Max items per page.

Returns: DocGenJobsV2025R0: A page of Doc Gen jobs for the template.

Input Schema

NameRequiredDescriptionDefault
limitNo
markerNo
template_idYes

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" }, "template_id": { "title": "Template Id", "type": "string" } }, "required": [ "template_id" ], "title": "box_docgen_template_list_jobs_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