Skip to main content
Glama

Mantis MCP Server

by kfnzero

get_users_by_project_id

Retrieve all users associated with a specific project ID in Mantis Bug Tracker using the MCP server integration. Simplify user management and data querying.

Instructions

獲取指定專案的所有用戶

Input Schema

NameRequiredDescriptionDefault
projectIdYes專案 ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "專案 ID", "type": "number" } }, "required": [ "projectId" ], "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