Skip to main content
Glama

ZEN University Syllabus MCP Server

by sifue

get-a-subject-with-detail

Retrieve detailed course information from ZEN University's syllabus by specifying the enrollment year and a keyword for course name search. Simplify curriculum planning and course selection.

Instructions

Retrieve detailed a course information from the ZEN University syllabus. The numeric intended year of enrollment (enrollment_grade (optional)) and the freeword parameter (freeword) must be specified. The freeword parameter is intended for searching course names and similar keywords.

Input Schema

NameRequiredDescriptionDefault
enrollment_gradeNo year of enrollment (e.g. 1, 2, 3, 4)
freewordYesthe freeword search parameter (e.g. 'ITリテラシー')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "enrollment_grade": { "description": " year of enrollment (e.g. 1, 2, 3, 4)", "maximum": 4, "minimum": 1, "type": "number" }, "freeword": { "description": "the freeword search parameter (e.g. 'ITリテラシー')", "type": "string" } }, "required": [ "freeword" ], "type": "object" }
Install Server

Other Tools from ZEN University Syllabus MCP Server

Related Tools

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/sifue/zen-syllabus-mcp'

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