Glean MCP Server
Skills
chat
Chat with Glean Assistant using Glean's RAG Example request: { "message": "What are the company holidays this year?", "context": [ "Hello, I need some information about time off.", "I'm planning my vacation for next year." ] }
company_search
Find relevant company documents and data Example request: { "query": "What are the company holidays this year?", "datasources": ["drive", "confluence"] }
people_profile_search
Search for people profiles in the company Example request: { "query": "Find people named John Doe", "filters": { "department": "Engineering", "city": "San Francisco" }, "pageSize": 10 }
Configuration
MCP Server
Connect to MCP Server