Skip to main content
Glama

Redmine MCP Server

by snowild

list_users

Retrieve and filter user lists from the Redmine project management system, displaying results in a table format. Supports limits and status filters (active, locked, all).

Instructions

列出所有用戶 Args: limit: 最大回傳數量 (預設 20,最大 100) status_filter: 狀態篩選 ("active", "locked", "all") Returns: 用戶列表,以表格格式呈現

Input Schema

NameRequiredDescriptionDefault
limitNo
status_filterNoactive

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "status_filter": { "default": "active", "title": "Status Filter", "type": "string" } }, "title": "list_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