Skip to main content
Glama

Mantis MCP Server

by kfnzero

get_issues

Retrieve and filter issues from Mantis Bug Tracker by project, status, handler, reporter, or keywords. Specify fields like id, summary, and description to optimize query results and avoid errors.

Instructions

獲取 Mantis 問題列表,可根據多個條件進行過濾,建議查詢時select選擇id,summary,description就好,資訊過多可能導致程式異常

Input Schema

NameRequiredDescriptionDefault
handlerIdNo處理人 ID
pageNo分頁起始位置,從1開始
pageSizeNo頁數大小
projectIdNo專案 ID
reporterIdNo報告者 ID
searchNo搜尋關鍵字
selectNo選擇要返回的欄位,例如:['id', 'summary', 'description']
statusIdNo狀態 ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "handlerId": { "description": "處理人 ID", "type": "number" }, "page": { "default": 0, "description": "分頁起始位置,從1開始", "type": "number" }, "pageSize": { "default": 20, "description": "頁數大小", "type": "number" }, "projectId": { "description": "專案 ID", "type": "number" }, "reporterId": { "description": "報告者 ID", "type": "number" }, "search": { "description": "搜尋關鍵字", "type": "string" }, "select": { "description": "選擇要返回的欄位,例如:['id', 'summary', 'description']", "items": { "type": "string" }, "type": "array" }, "statusId": { "description": "狀態 ID", "type": "number" } }, "type": "object" }

Other Tools from Mantis MCP Server

Related Tools

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/kfnzero/mantis-mcp-server'

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