Skip to main content
Glama
kaeru333

ScienceTokyoLMS-mcp

by kaeru333

download_material

Download course materials from Science Tokyo LMS by specifying course and material IDs, and get the saved file path.

Instructions

講義資料をダウンロードし,保存先パスを返す.

Args: course_id: コースの識別子. material_id: ダウンロードする資料の識別子. dest_dir: 保存先ディレクトリ.省略時は設定値を用いる.

Returns: 保存したファイルの絶対パス (文字列).

Raises: ValueError: 指定した資料が見つからない場合.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dest_dirNo
course_idYes
material_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided. The description mentions a ValueError for missing material, which adds some transparency. However, it does not disclose idempotency, mutation status, or other behavioral traits.

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 and well-structured with Args, Returns, and Raises sections. The main purpose is front-loaded in the first sentence.

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?

Given the tool's complexity (3 params, 2 required, with optional output schema), the description covers all necessary aspects: parameter descriptions, return type, and error handling. No evident gaps.

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

Parameters4/5

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

Schema description coverage is 0%, but the docstring provides detailed explanations for all three parameters, including the optional dest_dir and its default behavior. This adds significant meaning beyond the schema.

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 action (download lecture materials) and its result (return the save path). It distinguishes from sibling tools like list_materials and submit_assignment_files.

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 does not explicitly state when to use this tool over alternatives or provide prerequisites. It is inferred that it is for downloading a specific material after listing.

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/kaeru333/ScienceTokyoLMS-mcp'

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