Skip to main content
Glama

MCP Server Box

box_docgen_list_jobs_by_batch_tool

Retrieve and list Document Generation jobs within a specified batch using an authenticated Box client. Supports pagination with a marker and limit for efficient job management.

Instructions

List Doc Gen jobs in a specific batch.

Args: client (BoxClient): Authenticated Box client. batch_id (str): ID of the Doc Gen batch. marker (str, optional): Pagination marker. limit (int, optional): Maximum number of items to return.

Returns: list[dict[str, Any]]: A list of Doc Gen jobs in the batch.

Input Schema

NameRequiredDescriptionDefault
batch_idYes
limitNo
markerNo

Input Schema (JSON Schema)

{ "properties": { "batch_id": { "title": "Batch Id", "type": "string" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "marker": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Marker" } }, "required": [ "batch_id" ], "title": "box_docgen_list_jobs_by_batch_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