Skip to main content
Glama

Redmine MCP Server

by snowild

list_project_issues

Retrieve and display a list of project issues from Redmine based on project ID, status filter, and limit. Use this tool to manage and track issues in a structured table format.

Instructions

列出專案的議題 Args: project_id: 專案 ID status_filter: 狀態篩選 ("open", "closed", "all") limit: 最大回傳數量 (預設 20,最大 100) Returns: 專案議題列表,以表格格式呈現

Input Schema

NameRequiredDescriptionDefault
limitNo
project_idYes
status_filterNoopen

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "project_id": { "title": "Project Id", "type": "integer" }, "status_filter": { "default": "open", "title": "Status Filter", "type": "string" } }, "required": [ "project_id" ], "title": "list_project_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