Skip to content

Feature Request: add update_document tool and emoji reaction support (requires Backlog REST API) #97

@gw-tobisako

Description

@gw-tobisako

要望

以下をMCP経由で可能にしてほしい。

  1. ドキュメント更新(タイトル・本文編集)
  2. ドキュメント/コメントへの絵文字リアクション操作(付与・削除・一覧取得)

現状

  • 既存ツール: add_document / get_document / get_documents / get_document_tree(作成・読み取りのみ)
  • ドキュメント編集用ツールが無い
  • 絵文字リアクションはWeb UIでは2024年6月から提供されているが、公開REST APIには対応エンドポイントが存在しない(/documents/:id/reactions 等が未提供)

背景・ユースケース

  • AIアシスタント(Claude等)がドキュメントのドラフトを作成後、フィードバックを反映して更新する運用ができない
  • コメントへのリアクションを自動化できず、UIからの手動操作に依存している
  • 削除(refactor(tools): remove deleteDocument tool and its tests #81)と異なり「更新」「リアクション」は破壊的操作ではなく安全性の懸念は低い

前提

Backlog公開REST API側に以下の追加が必要と認識:

  • PATCH /api/v2/documents/:documentId
  • POST/DELETE/GET /api/v2/documents/:documentId/reactions(または同等のコメント向けエンドポイント)

API側の対応方針も含めてご検討いただけると幸いです。

参考


連絡先

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions