Skip to main content
Glama

Mantis MCP Server

by kfnzero

get_issues

Query and filter issues in Mantis Bug Tracker by project, status, handler, reporter, or keyword. Specify fields like ID, summary, and description for efficient results.

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" }

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