Skip to main content
Glama

MCP Test Server

by small-tou

search_users

Find users on the MCP Test Server by entering a search query and optionally filtering by role, such as admin or user, to manage or analyze user data efficiently.

Instructions

搜索用户

Input Schema

NameRequiredDescriptionDefault
queryYes搜索关键词
roleNo按角色筛选

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "搜索关键词", "type": "string" }, "role": { "description": "按角色筛选", "enum": [ "admin", "user" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from MCP Test 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/small-tou/mcp-test'

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