Skip to main content
Glama

MCP Test Server

by small-tou

search_users

Search and filter users by keyword or role on the MCP Test Server to manage user data efficiently for testing and analysis purposes.

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