Skip to main content
Glama

Backlog MCP Server

by jootsuki

searchIssues

Search for Backlog issues by project ID, keywords, and status to find specific tickets and track progress in project management workflows.

Instructions

Backlogの課題を検索します

Input Schema

NameRequiredDescriptionDefault
keywordNo検索キーワード
projectIdYesプロジェクトID(数値)
statusNoステータス(未対応、処理中、処理済み、完了)

Input Schema (JSON Schema)

{ "properties": { "keyword": { "description": "検索キーワード", "type": "string" }, "projectId": { "description": "プロジェクトID(数値)", "type": "number" }, "status": { "description": "ステータス(未対応、処理中、処理済み、完了)", "items": { "type": "string" }, "type": "array" } }, "required": [ "projectId" ], "type": "object" }

Other Tools from Backlog 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/jootsuki/backlog-mcp-server'

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