Skip to main content
Glama
yyu0310

NCCU Course MCP

by yyu0310

get_syllabus

Retrieve the complete syllabus text for a course using its syllabus URL, including course introduction, objectives, weekly schedule, and grading criteria to evaluate course content.

Instructions

讀取一門課的教學大綱全文(純文字)。

syllabus_url 用 search_courses 回傳的 syllabus_url 欄位。 內容含課程簡介、課程目標與學習成效、每週進度、評分方式等,可據以判斷課程性質。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
syllabus_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description must cover behavioral traits. It mentions plain text output and content categories but does not disclose other aspects like authentication, rate limits, or destructive potential. Adequate but not exhaustive.

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?

Three sentences efficiently convey purpose, input source, and content. No redundant information; each sentence earns its place.

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 tool with one parameter and an output schema present, the description fully addresses what the tool does, how to use it, and what it returns. Complete for the given context.

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?

Input schema has 0% parameter description coverage, so description adds crucial meaning by specifying that syllabus_url comes from search_courses. This compensates well for the schema's lack of detail.

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?

Description clearly states the tool reads the full syllabus text of a course, listing typical contents. It distinguishes itself from siblings (list_departments, search_courses) by focusing on retrieval of detailed syllabus data.

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?

Explicitly instructs that syllabus_url should come from search_courses, providing clear sourcing direction. Lacks explicit when-not-to-use or alternative tools, but the guidance is strong given the sibling context.

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/yyu0310/nccu-course-mcp'

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