meeting-context
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseMeeting Context via Glean
借助Glean获取会议上下文
When users need information from meetings - past discussions, decisions, action items, or transcripts - use Glean's meeting lookup.
当用户需要从会议中获取信息——过往讨论内容、决策、行动项或会议记录时,请使用Glean的会议查询功能。
Tool Naming
工具命名规范
See the skill for Glean MCP tool naming conventions. Tools follow the pattern where the server name is dynamic. Use whatever Glean server is available in your tool list.
glean-tools-guidemcp__glean_[server-name]__[tool]请查看技能以了解Glean MCP工具的命名约定。工具遵循的格式,其中服务器名称是动态的。请使用工具列表中可用的任意Glean服务器。
glean-tools-guidemcp__glean_[server-name]__[tool]When This Applies
适用场景
Use this approach when users ask:
- "What was decided in the [topic] meeting?"
- "What action items came out of [meeting]?"
- "When did we discuss [topic]?"
- "What meetings did I miss [time period]?"
- "Who attended [meeting]?"
- "What was said about [topic] in recent meetings?"
当用户提出以下问题时,使用此方法:
- “[主题]会议中做出了什么决策?”
- “[某会议]产生了哪些行动项?”
- “我们什么时候讨论过[主题]?”
- “[时间段]我错过了哪些会议?”
- “谁参加了[某会议]?”
- “近期会议中关于[主题]讨论了什么?”
Primary Tool
主要工具
Use the Glean tool with natural language queries.
meeting_lookup使用Glean的工具,搭配自然语言查询。
meeting_lookupQuery Syntax
查询语法
Important: meeting_lookup works best with natural language queries. Date filter syntax does NOT work reliably.
undefined重要提示:meeting_lookup在使用自然语言查询时效果最佳。日期过滤语法无法可靠工作。
undefinedBy topic and time (natural language)
By topic and time (natural language)
meeting_lookup "quarterly planning last week"
meeting_lookup "quarterly planning last week"
With specific participants
With specific participants
meeting_lookup "standup with John Smith"
meeting_lookup "participants:"John Smith" topic:"standup""
meeting_lookup "standup with John Smith"
meeting_lookup "participants:"John Smith" topic:"standup""
Get transcript content
Get transcript content
meeting_lookup "team sync last week extract_transcript:"true""
meeting_lookup "team sync last week extract_transcript:"true""
Today's meetings
Today's meetings
meeting_lookup "my meetings today"
meeting_lookup "my meetings today"
Past week
Past week
meeting_lookup "meetings past week"
undefinedmeeting_lookup "meetings past week"
undefinedDate Filtering
日期过滤
Use natural language for dates:
- "last week", "past 2 weeks", "yesterday", "today", "tomorrow"
- "meetings since Monday", "standups this month"
Inline date filters do NOT work reliably:
- - Date math is ignored
after:now-1w - - ISO dates return no results
after:YYYY-MM-DD - - Simple keywords don't work as filter values
after:yesterday
Filters that do work:
- - Filter by attendees
participants:"name" - - Filter by meeting topic
topic:"subject" - - Include transcript content
extract_transcript:"true"
请使用自然语言表述日期:
- "last week", "past 2 weeks", "yesterday", "today", "tomorrow"
- "meetings since Monday", "standups this month"
内联日期过滤无法可靠工作:
- - Date math is ignored
after:now-1w - - ISO dates return no results
after:YYYY-MM-DD - - Simple keywords don't work as filter values
after:yesterday
可正常工作的过滤条件:
- - Filter by attendees
participants:"name" - - Filter by meeting topic
topic:"subject" - - Include transcript content
extract_transcript:"true"
When to Extract Transcripts
何时提取会议记录
Add when you need:
extract_transcript:"true"- Specific quotes or statements
- Detailed discussion content
- Action item context
- Decision rationale
Skip transcripts for:
- Just listing meetings
- Checking attendees
- Quick time/date lookup
当你需要以下内容时,添加:
extract_transcript:"true"- 特定引用或陈述
- 详细的讨论内容
- 行动项的上下文
- 决策的理由
在以下情况无需提取会议记录:
- 仅列出会议
- 查看参会者
- 快速查询时间/日期
What to Extract from Meetings
从会议中提取哪些内容
When analyzing meeting content, focus on:
- Decisions made - What was agreed? By whom?
- Action items - Tasks assigned, owners, deadlines
- Open questions - Unresolved items
- Key discussion points - Important debates or context
分析会议内容时,重点关注:
- 做出的决策 - 达成了什么共识?由谁敲定?
- 行动项 - 分配的任务、负责人、截止日期
- 未解决的问题 - 待处理事项
- 关键讨论点 - 重要的辩论或背景信息
Relationship to Commands
与命令的关联
For comprehensive meeting workflows, suggest:
- - Prepare for an upcoming meeting
/glean-meetings:meeting-prep <meeting> - - Catch up on missed meetings and more
/glean-meetings:catch-up <period>
对于完整的会议工作流,建议使用:
- - 为即将到来的会议做准备
/glean-meetings:meeting-prep <meeting> - - 跟进错过的会议及更多内容
/glean-meetings:catch-up <period>