Skip to main content
Glama

download_file

Retrieve file contents from a Colab runtime as base64 without using a cell execution slot. Access files via the download API for efficient transfer.

Instructions

Reads a file from the Colab runtime through Colab's /files download API and returns base64 content without consuming a notebook cell execution slot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
offsetNo
maxBytesNo
Behavior3/5

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

The description discloses that it uses a specific API and does not consume a notebook cell execution slot, adding useful behavioral context beyond the tool name. However, it does not mention important traits like file size limits, error handling, or whether the operation is idempotent, leaving gaps for a tool with no annotations.

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

Conciseness4/5

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

The description is a single sentence that packs key information efficiently. It could be restructured for better scannability, but it contains no redundancies and each part adds value.

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?

Given the tool has three parameters and no output schema, the description is insufficiently complete. It omits parameter roles, return format details beyond 'base64 content', and does not address common usage patterns or constraints.

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?

With 0% schema description coverage, the description bears the burden of explaining parameters, but it provides no details about 'path', 'offset', or 'maxBytes'. The agent cannot infer parameter purposes or constraints from the description alone.

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 verb 'Reads' and the resource 'a file from the Colab runtime', specifying the API and return format. However, it does not differentiate from siblings like download_file_chunk or download_file_to_local, which limits clarity when multiple related tools exist.

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 provided on when to use this tool versus alternatives. The agent must infer usage context without any indication of typical scenarios, prerequisites, or comparisons to sibling tools.

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/404F0X/better_colab_MCP'

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