Skip to main content
Glama

moodle_course_download

Download a complete Moodle course for offline study. Specify course ID and output directory; use force to re-download even if sizes match.

Instructions

Full download of one course into --out (or config out_dir). force=true re-downloads even if size matches. Can take several minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
outNo
siteNo
forceNo
course_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses output default, force re-download behavior, and time expectation. Doesn't mention error conditions or side effects, but covers core behavior well.

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?

Two sentences, front-loaded, no redundancy. Perfectly sized.

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

Completeness4/5

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

Adequate for a download tool with output schema. Includes key behavioral details (duration, force), but doesn't cover prerequisites or site param. Overall sufficient.

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 coverage is 0%. Description explains --out default and force semantics, and implies course_id. Does not explain 'site' parameter, leaving an optional parameter ambiguous. Adds value for most parameters but incomplete.

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?

States 'Full download of one course' – specific verb (download), resource (course), and scope (full). Distinguishes from sibling sync/list tools. Clear that it's a per-course download.

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?

Provides context: one course, output destination, force behavior, and duration. Doesn't explicitly name alternatives, but the utility is clear. Force guidance is useful.

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/stojandev/moodle-downloader-mcp'

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