Skip to main content
Glama

Redmine MCP Server

by snowild

search_users

Search for users by name or login on the Redmine MCP Server. Retrieve a list of matching users with optional limit for results, aiding efficient user management in project systems.

Instructions

搜尋用戶(依姓名或登入名)

Args:
    query: 搜尋關鍵字(姓名或登入名)
    limit: 最大回傳數量 (預設 10,最大 50)

Returns:
    符合搜尋條件的用戶列表

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_usersArguments", "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/snowild/redmine-mcp'

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