Skip to main content
Glama

zju_get_transcript

Fetch the speech-to-text transcript with timestamps for a lecture. Optionally limit segments or include English translation. Requires sub_id from schedule.

Instructions

获取「智云课堂」某节课的语音识别转录(带时间戳的逐段中文文本)。需要 sub_id(来自 zju_get_schedule 的 courses[].sub_id)。仅“回放”状态的课有转录。只读。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sub_idYes课程节次 id(zju_get_schedule 返回的 sub_id)
max_segmentsNo最多返回多少段(防止过长);省略则全部返回
with_translationNo是否附带英文翻译行(TransText),默认 false
Behavior3/5

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

No annotations provided, so description carries full burden. States '只读' (read-only), which is transparent. Mentions output format (time-stamped segments) and optional parameters (max_segments, with_translation). Lacks details on error handling, rate limits, or behavior when sub_id is invalid. Adequate but not comprehensive.

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?

Very concise: three sentences covering purpose, prerequisites, and condition. Front-loaded with main action. No redundant words. Efficient and clear.

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

Completeness2/5

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

No output schema provided, yet description only vaguely describes output as '带时间戳的逐段中文文本'. Does not specify structure (e.g., array of objects with fields), possible limits on segments, or handling of missing data. with_translation parameter hints at extra field but not described. Incomplete for a tool without output schema.

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 100% for all three parameters. Description mentions sub_id and its source but adds no extra meaning beyond the schema. No additional context for max_segments or with_translation. Baseline 3 is appropriate as parameters are well-documented in 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?

Description explicitly states the tool retrieves speech recognition transcripts for a class from 智云课堂, including time-stamped Chinese text. It mentions the prerequisite sub_id from sibling tool zju_get_schedule and condition that only '回放' status classes have transcripts. Clearly distinguishes from siblings like zju_get_schedule and homework tools.

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 explicit prerequisites (needs sub_id from zju_get_schedule) and condition (only '回放' status). Implicitly guides when not to use (missing sub_id or non-playback status). Does not explicitly list alternatives or exclusions, but context is clear enough.

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/EviterLesRoses2/vibe-learning-in-zju'

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