Skip to main content
Glama

download-submission-file

Read-only

Download file content attached to Canvas submissions. Get binary files as base64 or text files as plain text.

Instructions

Download the actual content of a file attached to a submission. Returns file content as base64 for binary files or as text for text files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileIdYesThe ID of the file to download
forceBase64NoForce return content as base64 even for text files (default: false)
Behavior4/5

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

The description adds valuable behavioral detail beyond the readOnlyHint annotation by explaining the return format: base64 for binary files, text for text files, with an option to force base64. This enriches the agent's understanding of what to expect without contradicting the read-only annotation.

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 that first states the core action, then the return behavior. Every word earns its place, with no wasted or redundant content.

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

Completeness5/5

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

For a simple read-only tool with two parameters and no output schema, the description sufficiently covers the essential aspects: what it does and what the response looks like. The lack of an output schema is compensated by the explicit mention of returned content types.

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?

Schema description coverage is 100%, so the baseline is 3. The description does not add significant meaning beyond the schema; it merely reiterates the return format, which is also captured in the 'forceBase64' parameter description. No extra semantic layer is provided.

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 the tool's function with a specific verb ('Download') and resource ('actual content of a file attached to a submission'). It also distinguishes itself from siblings like get-submission-file-info by emphasizing 'actual content' rather than metadata.

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

Usage Guidelines4/5

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

The description implies when to use this tool (when you need the file's content) but does not explicitly name alternatives or exclusion criteria. The context is clear due to the wording 'actual content', which differentiates it from similar-looking tools, though no explicit 'when not to use' is given.

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/r-huijts/canvas-mcp'

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