Skip to main content
Glama

Glean MCP Server

by gleanwork

company_search

Search for company-specific documents and data across multiple sources like Drive, Confluence, and Jira using a structured query.

Instructions

Find relevant company documents and data

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

Input Schema

NameRequiredDescriptionDefault
datasourcesNoOptional list of data sources to search in. Examples: "github", "gdrive", "confluence", "jira".
queryYesThe search query. This is what you want to search for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "datasources": { "description": "Optional list of data sources to search in. Examples: \"github\", \"gdrive\", \"confluence\", \"jira\".", "items": { "type": "string" }, "type": "array" }, "query": { "description": "The search query. This is what you want to search for.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Glean MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gleanwork/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server