Skip to Content
MCP連携(Claude Code)利用できるツール

利用できるツール

TWP MCP サーバーの各エンドポイントで呼び出せるツールの一覧です。ツールは AI クライアントが自動的に選択して呼び出すため、通常は個別のツール名を意識する必要はありませんが、何ができるかの目安としてご利用ください。

利用できるツールは、API キーに付与した権限(スコープ)とアカウントの利用権限の範囲に制限されます。

コア https://mcp.tocca.systems/api/mcp

日常的なプロジェクト・タスク運用の中心となるエンドポイントです。

プロジェクト

  • list_projects — プロジェクト一覧の取得
  • get_project — プロジェクト詳細の取得
  • create_project — プロジェクトの作成
  • update_project — プロジェクトの更新

タスク

  • list_tasks — タスク一覧の取得・検索
  • get_task — タスク詳細の取得
  • create_task — タスクの作成
  • update_task — タスクの更新(ステータス・担当者変更等)
  • delete_task — タスクの削除

コメント

  • list_comments — コメント一覧の取得
  • create_comment — コメントの投稿(質問形式の投稿も可)
  • update_comment / delete_comment — コメントの更新・削除

添付ファイル

  • list_task_attachments / get_task_attachment — 添付の一覧・取得
  • generate_upload_url / commit_task_attachment — 添付のアップロード
  • get_download_url — ダウンロードURLの取得
  • explain_attachment — 添付内容の説明
  • delete_task_attachment — 添付の削除

ステータス・マスタ・ユーザー

  • list_statuses — タスクステータス一覧
  • list_types / list_categories / list_labels / list_milestones — 各種マスタの一覧
  • list_users — ユーザー一覧

通知

  • list_notifications / get_notification / get_notification_counts — 通知の取得
  • mark_notification_read / mark_all_notifications_read — 既読操作

仕様変更のお知らせ:以前はコアエンドポイントにノート・ヒアリングのツールも含まれていましたが、それぞれ専用エンドポイント(/api/mcp/note/api/mcp/hearing)に移動しました。引き続きご利用になる場合は、下記の専用エンドポイントを追加で登録してください。

レポート https://mcp.tocca.systems/api/mcp/report

  • list_reports / get_report / create_report / update_report / complete_report / delete_report
  • review_report / mark_report_as_read
  • list_report_formats / get_report_format
  • list_report_comments / create_report_comment

ノート https://mcp.tocca.systems/api/mcp/note

ナレッジベース(ノート)専用のエンドポイントです。

  • ノート: list_notes / search_notes / get_note / create_note / update_note / delete_note
  • ノートのコメント: list_note_comments / create_note_comment / update_note_comment / delete_note_comment
  • ノートのカテゴリ: list_note_categories / create_note_category / update_note_category / delete_note_category

ヒアリング https://mcp.tocca.systems/api/mcp/hearing

ヒアリング(ヒアリング内容・セッション・トラッカー)を参照する専用のエンドポイントです。

  • list_hearings — ヒアリング一覧の取得
  • get_hearing — ヒアリング詳細の取得
  • list_hearing_sessions — ヒアリングセッション一覧の取得
  • get_hearing_session — ヒアリングセッション詳細の取得
  • list_hearing_trackers — ヒアリングトラッカー一覧の取得

取引 https://mcp.tocca.systems/api/mcp/sales

見積・契約・請求・入金などの販売管理機能です。

  • 見積: list_estimates / get_estimate / create_estimate / update_estimate
  • 契約: list_contracts / get_contract / create_contract / update_contract
  • 請求: list_invoices / get_invoice / create_invoice / update_invoice
  • 入金: list_deposits / get_deposit / create_deposit / update_deposit
  • マスタ(読み取り): list_sales_companies / list_business_places / list_payees / list_seal_impressions ほか

個人連携 https://mcp.tocca.systems/api/mcp/personal

Backlog・Microsoft 365 との個人連携ツールです。利用には TWP 側で各サービスの連携設定が必要です。

Backlog

  • backlog_list_issues / backlog_get_issue / backlog_create_issue / backlog_update_issue / backlog_delete_issue
  • backlog_list_projects / backlog_list_statuses / backlog_list_users ほか
  • コメント・添付ファイル操作

Microsoft 365

  • Outlook: outlook_list_messages / outlook_get_message / outlook_send_message / outlook_reply_message ほか
  • Teams: teams_list_teams / teams_list_channels / teams_send_channel_message / teams_list_chats ほか
  • OneDrive/SharePoint: drive_list_files / drive_download_file / drive_upload_file / drive_create_sharing_link ほか
  • カレンダー: calendar_list_events / calendar_create_event / calendar_update_event / calendar_delete_event

ツールの詳細な引数や最新の一覧は、MCP サーバーのトップページ https://mcp.tocca.systems でも確認できます。

Last updated on