UiPath Documentation
uipath-cli
latest
false
Guía del usuario de UiPath CLI
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

herramienta de agente de UIP

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.

Sinopsis

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.

lista de herramientas del agente de uip

List the tools configured for the agent.

Opciones

MarcaPredeterminadoPropósito
--path <path>.Ruta al directorio del proyecto del agente.

Ejemplo

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

Forma de datos (--json de salida)

{
  "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.

Ver también

  • Sinopsis
  • lista de herramientas del agente de uip
  • Opciones
  • Ejemplo
  • Forma de datos (--json de salida)
  • Relacionado
  • Ver también

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado