From glean-core
Uses Glean's meeting_lookup tool to retrieve decisions, action items, attendees, transcripts from past meetings. For queries like 'what was decided' or 'meeting notes'.
npx claudepluginhub gleanwork/claude-plugins --plugin glean-coreThis skill uses the workspace's default tool permissions.
When users need information from meetings - past discussions, decisions, action items, or transcripts - use Glean's meeting lookup.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Searches meeting notes by keyword, participant, host, or date range to surface a short, rankable hit list of matches for quick selection before transcript or task extraction.
Share bugs, ideas, or general feedback.
When users need information from meetings - past discussions, decisions, action items, or transcripts - use Glean's meeting lookup.
See the glean-tools-guide skill for Glean MCP tool naming conventions. Tools follow the pattern mcp__glean_[server-name]__[tool] where the server name is dynamic. Use whatever Glean server is available in your tool list.
Use this approach when users ask:
Use the Glean meeting_lookup tool with natural language queries.
Important: meeting_lookup works best with natural language queries. Date filter syntax does NOT work reliably.
# By topic and time (natural language)
meeting_lookup "quarterly planning last week"
# With specific participants
meeting_lookup "standup with John Smith"
meeting_lookup "participants:\"John Smith\" topic:\"standup\""
# Get transcript content
meeting_lookup "team sync last week extract_transcript:\"true\""
# Today's meetings
meeting_lookup "my meetings today"
# Past week
meeting_lookup "meetings past week"
Use natural language for dates:
Inline date filters do NOT work reliably:
after:now-1w - Date math is ignoredafter:YYYY-MM-DD - ISO dates return no resultsafter:yesterday - Simple keywords don't work as filter valuesFilters that do work:
participants:"name" - Filter by attendeestopic:"subject" - Filter by meeting topicextract_transcript:"true" - Include transcript contentAdd extract_transcript:"true" when you need:
Skip transcripts for:
When analyzing meeting content, focus on:
For comprehensive meeting workflows, suggest:
/glean-meetings:meeting-prep <meeting> - Prepare for an upcoming meeting/glean-meetings:catch-up <period> - Catch up on missed meetings and more