Skip to main content
Glama

blackboard_download_file_url

Download Blackboard course files directly from bbcswebdav URLs and save them to a local directory.

Instructions

Download a file directly from a Blackboard bbcswebdav URL and save it to disk. Saves to outputDir (default: current working directory).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesDirect file URL from bbcswebdav (downloadUrl from blackboard_list_attachments)
filenameNoFilename to save as (e.g. displayName from blackboard_list_attachments)
outputDirNoDirectory to save the file (default: current working directory)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions saving to disk and the default output directory but does not disclose return values, behavior if files exist, or error handling. The read-only nature is implied by the tool name but not explicitly stated.

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 concise, using two short sentences to convey the core action and default behavior. Every word earns its place, with no unnecessary detail.

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 description covers the main action and default directory but omits information about return values and how the optional filename parameter behaves when absent. Given the lack of an output schema, this is a notable gap for an agent that needs to know what the tool returns or how the file is named.

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?

The input schema provides 100% parameter coverage, with each parameter described. The tool description adds minimal new semantic information, only restating the default output directory. This aligns with the baseline for high schema coverage.

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 downloads a file directly from a Blackboard bbcswebdav URL and saves it to disk, using a specific verb and resource. It distinguishes from sibling download tools by emphasizing the direct URL mechanism, making its purpose unambiguous.

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 usage when a direct bbcswebdav URL is available but does not explicitly state when to use this tool over alternatives like blackboard_download_attachment or blackboard_download_feedback_file. It lacks clear exclusions or alternative guidance.

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/alejooroncoy/campus-cli'

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