my_recent_uploads
Retrieve questions, papers, and lecture fragments uploaded by the current teacher within a configurable time window, grouped by batch for quick verification.
Instructions
一键找回当前登录老师在最近时间窗内录的东西(题 / 卷 / 讲义片段)——DB 只读,不依赖 stem 关键词。
用途:老师刚用 MCP 录完一批题/组完卷/存完讲义,想快速核对「我刚才录进去了啥」。 参数: hours 时间窗(默认 24 小时;<1 视为 1)。 返回: {ok, hours, questions: {total, batches:[{batch_id, import_source, count, items:[{id, stem_head(30字/占位), import_source, batch_id, create_time}]}]} # 按录入批次分组,倒序 papers: [{id, name, question_count, create_time}] # biz_paper 同窗口本人建的卷 lecture_frags: [{id, title, create_time}] # biz_kg_lecture_frag 同窗口本人 owner 的片段 view_url} # 题库页深链,供浏览器核对 🔴 双管道语义:import_source 带 "mcp-" 前缀 = MCP 机录;'举一反三'=引擎落库;其余=手工/其他管道。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||