Skip to main content
Glama

Redmine MCP Server

by snowild

get_my_issues

Retrieve a list of issues assigned to you from the Redmine MCP Server, filtered by status (open, closed, or all) with configurable limits.

Instructions

取得指派給我的議題列表 Args: status_filter: 狀態篩選 ("open", "closed", "all") limit: 最大回傳數量 (預設 20,最大 100) Returns: 我的議題列表

Input Schema

NameRequiredDescriptionDefault
limitNo
status_filterNoopen

Input Schema (JSON Schema)

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