Skip to main content
Glama

People Data Labs MCP Server

search_job_titles

Search for job titles using SQL-like queries to find specific roles. Retrieve relevant results up to a maximum of 100, enabling precise filtering and matching for job title data.

Instructions

Search for job titles matching specific criteria

Input Schema

NameRequiredDescriptionDefault
queryYesSQL-like query to search for job titles
sizeNoNumber of results to return (max 100)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "SQL-like query to search for job titles", "type": "string" }, "size": { "description": "Number of results to return (max 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "required": [ "query" ], "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