Skip to main content
Glama

Mantis MCP Server

by kfnzero

get_issue_statistics

Analyze Mantis issue statistics by grouping data based on status, priority, severity, handler, or reporter within specified time periods such as today, week, or month.

Instructions

獲取 Mantis 問題統計數據,根據不同維度進行分析

Input Schema

NameRequiredDescriptionDefault
groupByYes分組依據
periodNo時間範圍<all-全部, today-今天, week-本週, month-本月>all
projectIdNo專案 ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupBy": { "description": "分組依據", "enum": [ "status", "priority", "severity", "handler", "reporter" ], "type": "string" }, "period": { "default": "all", "description": "時間範圍<all-全部, today-今天, week-本週, month-本月>", "enum": [ "all", "today", "week", "month" ], "type": "string" }, "projectId": { "description": "專案 ID", "type": "number" } }, "required": [ "groupBy" ], "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