
Glean
OfficialConnects to your company's Glean enterprise knowledge platform to search documents, find people, and chat with AI assistant that knows your organization's data.
What it does
- Search company documents and data
- Look up employee profiles and contact information
- Chat with AI assistant trained on company knowledge
- Read specific documents by ID or URL
Best for
Tools (4)
Find relevant company documents and data Example request: { "query": "What are the company holidays this year?", "datasources": ["drive", "confluence"] }
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." ] }
Search for people profiles in the company Example request: { "query": "Find people named John Doe", "filters": { "department": "Engineering", "city": "San Francisco" }, "pageSize": 10 }
Read documents from Glean by ID or URL Example request: "documentSpecs": [ { "id": "doc-123", }, { "url": "https://example.com/doc2" } ]