Skip to main content
Glama
box-community

MCP Server Box

box_task_review_create_tool

Create review tasks for Box files to assign work, set deadlines, and track completion with optional messages and assignee requirements.

Instructions

Create a new review task for a Box file. Args: ctx (Context): The context object containing the request and lifespan context. file_id (str): The ID of the file to create the task for. due_at (datetime | None): Optional due date for the task. message (str | None): Optional message or description for the task. requires_all_assignees_to_complete (bool): Whether all assignees must complete the task. Defaults to False. Returns: dict: The response from the Box API after creating the review task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_idYes
due_atNo
messageNo
requires_all_assignees_to_completeNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. While 'Create' implies a write operation, the description doesn't address important behavioral aspects like required permissions, whether this creates a persistent change, error conditions, rate limits, or what happens if the file doesn't exist. The mention of 'The response from the Box API' is vague about what that response contains.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise with a clear purpose statement followed by parameter explanations. However, the inclusion of 'ctx (Context)' in the Args section is unnecessary clutter since it's not a user-provided parameter, and the structure could be more front-loaded with critical behavioral information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with 4 parameters, no annotations, and no output schema, the description is incomplete. It lacks crucial context about what a 'review task' actually is in Box's ecosystem, what permissions are required, how assignments work (since the tool mentions assignees but doesn't explain how they're specified), and what the API response contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must compensate by explaining parameters. It provides clear semantic meaning for all 4 parameters: identifies 'file_id' as the target file, explains 'due_at' as optional due date, 'message' as optional description, and clarifies the boolean flag's purpose. This effectively compensates for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Create a new review task') and the target resource ('for a Box file'), which provides specific verb+resource information. However, it doesn't differentiate this tool from sibling task-related tools like 'box_task_assign_by_email_tool' or 'box_task_update_tool', which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With numerous sibling tools for task management (assignments, updates, completions, etc.), there's no indication of prerequisites, appropriate contexts, or when other task tools might be more suitable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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