Skip to main content
Glama

box_save_documents

Save multiple documents to Box storage with automatic folder creation. Store generated files directly in Box without saving locally.

Instructions

Save multiple documents to Box storage with automatic folder creation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
optionsNo
documentsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden, and it does disclose one genuinely latent side-effect: 'automatic folder creation' — behavior an agent could not predict from the tool name alone. However, it stays silent on the failure profile of the overwrite=false default and on what happens when createFolders=false and the parent folder is missing.

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

Conciseness5/5

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

A single ten-word sentence with the verb and resource front-loaded; 'multiple' and 'automatic folder creation' each add real scoping information. There is no wasted wording.

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 write tool with zero annotations, no output schema, a nested array parameter, and nine siblings, the description is under-specified. The unstated consequence of the overwrite=false default, the absence of any routing context, and no note on return or permission behavior are material gaps an agent will encounter in real calls.

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

Parameters3/5

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

Top-level schema description coverage is 0%, so the description must add parameter meaning. It partially does — 'multiple documents' maps to the documents array and 'automatic folder creation' explains the createFolders default — but it says nothing about the overwrite option or the expected path/content entry shape, which is only partially covered by nested schema descriptions.

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

Purpose5/5

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

The description uses a specific verb ('Save') with a clear resource ('documents to Box storage') and adds distinguishing scope ('multiple') plus a distinctive behavioral trait ('automatic folder creation'). This cleanly separates it from siblings like box_read_document, box_manage_folders, and box_explore_storage without needing to inspect the schema.

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?

No guidance is given on when to prefer this tool over its nine siblings. There are no conditions, exclusions, or named alternatives — an agent must infer routing from the name alone, such as choosing box_manage_folders when no document content needs saving.

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

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/dennisonbertram/mcp-box'

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