UiPath Documentation
uipath-cli
latest
false
UiPath CLI ユーザー ガイド
重要 :
このコンテンツは機械翻訳によって処理されています。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

uip agent tool

List the tool resources configured on an agent project with `uip agent tool list`.

uip agent tool currently registers a single subcommand, list. There is no add, discover, connect, or remove verb — tool resources are added by hand-editing agent.json (or resources/<name>/resource.json), not through a dedicated CLI verb.

Local-only — no login required.

概要

uip agent tool list [--path <path>]
uip agent tool list [--path <path>]

All invocations honor the global options (--output, --output-filter, --log-level, --log-file). Exit codes follow the standard contract.

uip agent tool list

List the tools configured for the agent.

オプション

フラグ既定 (Default)目的
--path <path>.エージェント プロジェクト ディレクトリへのパスです。

uip agent tool list --path ./my-agent
uip agent tool list --path ./my-agent

データシェイプ(--output json)

{
  "Code": "AgentToolList",
  "Data": [
    {
      "Name": "InvoiceLookup",
      "Type": "process",
      "Id": "a1b2c3d4-0000-0000-0000-000000000601",
      "Enabled": true
    }
  ]
}
{
  "Code": "AgentToolList",
  "Data": [
    {
      "Name": "InvoiceLookup",
      "Type": "process",
      "Id": "a1b2c3d4-0000-0000-0000-000000000601",
      "Enabled": true
    }
  ]
}

An agent with no configured tools returns Data: { "Message": "No tools configured" }.

  • uip agent validate — checks that every tool resource has a matching UUID and required fields.
  • uip agent refresh — regenerates entry-points.json/bindings_v2.json after a tool resource is added or changed.

参照

  • 概要
  • uip agent tool list
  • オプション
  • データシェイプ(--output json)
  • 関連
  • 参照

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得