Skip to main content
Glama

Mantis MCP Server

by kfnzero

get_user

Retrieve Mantis user details by entering a username. This tool enables quick access to user-specific information within the Mantis Bug Tracker system for efficient bug tracking and management.

Instructions

根據用戶名稱查詢 Mantis 用戶

Input Schema

NameRequiredDescriptionDefault
usernameYes用戶名稱

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "用戶名稱", "type": "string" } }, "required": [ "username" ], "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