search_users
Find users by name, email, department, or position within the MCP JSON Database Server using a search query. Simplify user management and retrieval with targeted search functionality.
Instructions
Kullanıcıları ad, email, departman veya pozisyona göre arar
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | Arama terimi |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Arama terimi",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}