Glean

Glean

Official
gleanwork

Connects to your company's Glean enterprise knowledge platform to search documents, find people, and chat with AI assistant that knows your organization's data.

55521 views20Local (stdio)

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

Enterprise employees needing quick access to company informationTeams wanting to integrate organizational knowledge into workflowsDevelopers building internal tools with company data access
Enterprise-grade knowledge platform integrationAI assistant with company-specific context

Tools (4)

company_search

Find relevant company documents and data Example request: { "query": "What are the company holidays this year?", "datasources": ["drive", "confluence"] }

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." ] }

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 }

read_documents

Read documents from Glean by ID or URL Example request: "documentSpecs": [ { "id": "doc-123", }, { "url": "https://example.com/doc2" } ]

Alternatives