search_users
Locate users in the Devici MCP Server by specifying a field and search text, enabling efficient user management and threat modeling resource organization.
Instructions
Search users by field and text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
field | Yes | ||
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"field": {
"title": "Field",
"type": "string"
},
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"field",
"text"
],
"title": "search_usersArguments",
"type": "object"
}