Loading...
Loading...
Use when Glean MCP tools are available and you need guidance on which tool to use, how to format queries, or best practices for enterprise search. This skill provides tool selection logic and query optimization for Glean integrations. Auto-triggers when mcp__glean tools are being considered.
npx skill4agent add gleanwork/claude-plugins glean-tools-guideenterprise-searcher/glean-search:searchmcp__glean_[server-name]__[tool][server-name]defaultproductionacme| Tool Suffix | Purpose | Use When |
|---|---|---|
| Document discovery | Finding docs, wikis, policies, specs |
| People lookup | Finding people, org chart, teams |
| Meeting search | Finding meetings, transcripts, decisions |
| Email search | Finding emails, attachments |
| Code discovery | Finding internal code, commits |
| Activity feed | Finding your recent actions and interactions |
| Full content | Reading complete document by URL |
| AI synthesis | Complex analysis across sources |
User question about...
├── People, "who", org chart → employee_search
├── Meetings, decisions, action items → meeting_lookup
├── Emails, attachments → gmail_search
├── Internal code, commits → code_search
├── "My activity", "what have I done", recent actions → user_activity
├── Documents, policies, specs → search
├── Need full document content → read_document (with URL)
└── Complex multi-source analysis → chat# WRONG
search "John Smith"
# CORRECT
employee_search "John Smith"searchread_documentchat "What are our authentication best practices based on recent RFCs and security policies?"search| Parameter | Type | Description |
|---|---|---|
| string | Keywords to find documents (required) |
| string | Filter by document creator ( |
| string | Filter by who updated/commented/created ( |
| string | Filter by update date ( |
| string | Documents created after date ( |
| string | Documents created before date ( |
| enum | Filter by datasource (e.g., |
| enum | Filter by type: |
| string | Filter by Slack channel name |
| boolean | Return all matching results (use for "all", "each", "every" requests) |
| boolean | Sort by newest first (only when user wants "latest" or "most recent") |
owner:"person name"owner:mefrom:"person name"from:meupdated:today|yesterday|past_week|past_monthafter:YYYY-MM-DDbefore:YYYY-MM-DDreportsto:"manager name"startafter:YYYY-MM-DDstartbefore:YYYY-MM-DDroletype:"individual contributor"|"manager"sortby:hire_date_ascending|hire_date_descending|most_reportsparticipants:"name"topic:"subject"extract_transcript:"true"after:before:from:"person"|"email@domain.com"|"me"to:"person"|"email@domain.com"|"me"subject:"text"has:attachment|document|spreadsheet|presentationis:important|starred|read|unread|snoozedlabel:INBOX|SENT|TRASH|DRAFT|SPAMafter:YYYY-MM-DDbefore:YYYY-MM-DDuser_activitystart_dateend_datesearch(query="authentication RFC", app="confluence", updated="past_month")
search(query="API design", owner="me", sort_by_recency=true)
search(query="onboarding guide", from="John Smith", after="2024-01-01")code_search("authentication handler owner:me updated:past_week")
code_search("payment processor after:2024-06-01 before:2024-12-01")
code_search("API endpoint from:\"Jane Doe\"")employee_search("engineering manager reportsto:\"VP Engineering\"")
employee_search("backend engineer startafter:2024-01-01")
employee_search("data scientist roletype:\"individual contributor\"")meeting_lookup("my meetings today extract_transcript:\"true\"")
meeting_lookup("standup last week participants:\"John Smith\"")
meeting_lookup("design review past 2 weeks topic:\"architecture\"")after:before:user_activity(start_date="2024-01-08", end_date="2024-01-15")searchcode_searchemployee_searchgmail_searchmeeting_lookupupdated:after:before:meeting_lookupfrom:"John Smith"owner:from:mesearchexhaustivesearchafter:searchchannelappfrom:"John Smith"/glean-search:search/glean-people:find-expert/glean-meetings:catch-up/glean-meetings:meeting-prep/glean-people:stakeholders/glean-docs:onboarding/glean-docs:verify-rfc