Skip to main content
Glama

MCP Server Box

box_docgen_list_jobs_tool

Retrieve and list all Box Doc Gen jobs for the current user using an authenticated Box client, with optional pagination marker and limit for efficient job management and tracking.

Instructions

List all Box Doc Gen jobs for the current user.

Args: client (BoxClient): Authenticated Box client. 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.

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_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