Skip to main content
Glama

Glean MCP Server

by gleanwork

people_profile_search

Locate individuals within your organization by searching profiles with specific filters like name, department, or location. Retrieve relevant results efficiently for targeted queries.

Instructions

Search for people profiles in the company

Example request: { "query": "Find people named John Doe", "filters": { "department": "Engineering", "city": "San Francisco" }, "pageSize": 10 }

Input Schema

NameRequiredDescriptionDefault
filtersNoAllowed facet fields: email, first_name, last_name, manager_email, department, title, location, city, country, state, region, business_unit, team, team_id, nickname, preferred_name, roletype, reportsto, startafter, startbefore, industry, has, from. Provide as { "facet": "value" }.
pageSizeNoHint to the server for how many people to return (1-100, default 10).
queryNoFree-text query to search people by name, title, etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "additionalProperties": { "type": "string" }, "description": "Allowed facet fields: email, first_name, last_name, manager_email, department, title, location, city, country, state, region, business_unit, team, team_id, nickname, preferred_name, roletype, reportsto, startafter, startbefore, industry, has, from. Provide as { \"facet\": \"value\" }.", "propertyNames": { "enum": [ "email", "first_name", "last_name", "manager_email", "department", "title", "location", "city", "country", "state", "region", "business_unit", "team", "team_id", "nickname", "preferred_name", "roletype", "reportsto", "startafter", "startbefore", "industry", "has", "from" ] }, "type": "object" }, "pageSize": { "description": "Hint to the server for how many people to return (1-100, default 10).", "maximum": 100, "minimum": 1, "type": "integer" }, "query": { "description": "Free-text query to search people by name, title, etc.", "type": "string" } }, "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