Skip to main content
Glama

drive_upload_file

Upload a local file to a pre-configured Google Drive folder using a service account, enabling headless storage of ML artifacts.

Instructions

Upload a file to the configured Drive folder (Shared Drive + SA; no browser).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
local_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does reveal useful auth context with 'Shared Drive + SA; no browser', but it omits important side-effect details such as whether existing files are overwritten, how name collisions are handled, and what permissions or prerequisites are needed for a write operation.

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?

The description is a single front-loaded sentence with no filler. The parenthetical adds meaningful deployment context without redundancy. Every word earns its place.

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

Completeness3/5

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

The tool is relatively simple with two parameters and an output schema, so the description does not need to explain return values. However, the missing semantics of the optional 'name' parameter and the lack of behavioral details around overwriting or collisions make it incomplete for fully reliable invocation.

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

Parameters2/5

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

Input schema description coverage is 0%, and the tool description does not mention either parameter. While 'local_path' is fairly self-explanatory, the optional 'name' parameter's meaning and its default behavior are unclear, so the description does not compensate for the missing schema documentation.

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 clearly states a specific action and resource: 'Upload a file to the configured Drive folder'. It also adds useful scoping context in parentheses: 'Shared Drive + SA; no browser'. This makes the tool's purpose obvious and distinguishes it from siblings like drive_folder_info or the Kaggle-related tools.

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

Usage Guidelines3/5

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

The description implies the tool is for uploading a local file to the configured Drive folder, which gives reasonable context for when to use it. However, it does not explicitly name alternatives or state when not to use it, leaving the agent to infer routing from the action verb alone.

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/NamDT-146/ML-Experiments-MCP'

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