Skip to main content
Glama

MCP API Service

by nstanw

search_employee

Search for employees by name or ID using the MCP API Service. Retrieve relevant results by specifying keywords and setting a maximum result limit for precise queries.

Instructions

Tìm kiếm nhân viên theo tên hoặc mã

Input Schema

NameRequiredDescriptionDefault
limitNoSố lượng kết quả tối đa
qYesTừ khóa tìm kiếm (tên/mã nhân viên)

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Số lượng kết quả tối đa", "type": "number" }, "q": { "description": "Từ khóa tìm kiếm (tên/mã nhân viên)", "type": "string" } }, "required": [ "q" ], "type": "object" }

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/nstanw/api-service'

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