Skip to main content
Glama

Redmine MCP Server

by snowild

search_issues

Search for issues by keyword in titles or descriptions within Redmine projects. Specify a query, optionally filter by project ID, and set a result limit up to 50.

Instructions

搜尋議題 (在標題或描述中搜尋關鍵字) Args: query: 搜尋關鍵字 project_id: 限制在特定專案中搜尋 (可選) limit: 最大回傳數量 (預設 10,最大 50) Returns: 符合搜尋條件的議題列表

Input Schema

NameRequiredDescriptionDefault
limitNo
project_idNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "title": "Limit", "type": "integer" }, "project_id": { "default": null, "title": "Project Id", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "search_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