Skip to main content
Glama

People Data Labs MCP Server

autocomplete

Generate instant autocomplete suggestions for partial text queries across fields like company, school, title, skill, and location to enhance search precision and efficiency.

Instructions

Get autocomplete suggestions for a partial query

Input Schema

NameRequiredDescriptionDefault
fieldYesField to autocomplete (company, school, title, skill, location)
sizeNoNumber of results to return (max 100)
textYesPartial text to autocomplete

Input Schema (JSON Schema)

{ "properties": { "field": { "description": "Field to autocomplete (company, school, title, skill, location)", "enum": [ "company", "school", "title", "skill", "location" ], "type": "string" }, "size": { "description": "Number of results to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" }, "text": { "description": "Partial text to autocomplete", "type": "string" } }, "required": [ "field", "text" ], "type": "object" }

You must be authenticated.

Other Tools from People Data Labs 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/phxdev1/peopledatalabs-mcp'

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