NAiOS IconNAiOS Logo
Volver al catálogo

Roboflow

roboflow

Build and use computer vision models fast with Roboflow. Train, deploy, and run inference on object detection, classification, and segmentation models.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (7)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Describe Workflow InterfaceROBOFLOW_DESCRIBE_WORKFLOW_INTERFACEAcción

Tool to describe the interface of a workflow specification. Use when you need to understand the inputs, outputs, and types for a Roboflow workflow definition.

Parámetros de entrada

  • api_keystringObligatorio

    Roboflow API Key that will be passed to the model during initialization for artifact retrieval

  • specificationobjectObligatorio

    Workflow specification object containing version, inputs, steps, and outputs. Must include: version (string), inputs (list of input definitions), steps (list of step definitions), and outputs (list of output definitions).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Execution Engine VersionsROBOFLOW_GET_EXECUTION_ENGINE_VERSIONSAcción

Tool to retrieve available Execution Engine versions from Roboflow workflows API. Use when you need to check which execution engine versions are supported for workflow processing.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Server InfoROBOFLOW_GET_SERVER_INFOAcción

Tool to retrieve information about the Roboflow inference server. Use when you need to check the server version, name, or unique identifier.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Server MetricsROBOFLOW_GET_SERVER_METRICSAcción

Tool to retrieve Prometheus metrics from the Roboflow inference server. Use when monitoring server performance, tracking inference statistics, or debugging server health issues.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Workflow SchemaROBOFLOW_GET_WORKFLOW_SCHEMAAcción

Tool to fetch the workflows block schema from Roboflow. Use when you need to retrieve the complete schema definition for workflow blocks.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Run WorkflowROBOFLOW_RUN_WORKFLOWAcción

Tool to run a workflow specification with provided inputs. Use when you need to execute a custom Roboflow workflow pipeline for image processing, model inference, or other computer vision tasks.

Parámetros de entrada

  • inputsobjectObligatorio

    Dictionary containing runtime values for each parameter defined as an input in the workflow specification. Keys must match the 'name' fields defined in specification.inputs. Values can be of various types depending on the input type (e.g., for InferenceImage input, provide object with 'type' and 'value' keys where type can be 'url', 'base64', or 'numpy').

  • api_keystring

    Roboflow API Key passed to the model during initialization for artifact retrieval. If not provided, uses the authentication from metadata headers.

  • is_previewboolean

    Reserved flag used internally by Roboflow to distinguish between preview and non-preview runs.

  • workflow_idstring

    Optional identifier of the workflow. Used when running a saved workflow definition from Roboflow platform.

  • specificationobjectObligatorio

    Workflow specification object defining version, inputs, steps, and outputs. Must include 'version' (string), 'inputs' (array of input definitions), 'steps' (array of processing steps), and 'outputs' (array of output definitions). Each input must have 'type' and 'name'. Each step must have 'type' and 'name' with additional configuration. Each output must have 'type', 'name', and 'selector'.

  • excluded_fieldsstring[]

    List of field names to exclude from the response among those defined in workflow specification outputs.

  • enable_profilingboolean

    Flag to request workflow run profiling. Enables workflow profiler only when server settings allow profiling traces to be exported to clients. Only applies for workflow definitions saved on Roboflow platform.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Validate WorkflowROBOFLOW_VALIDATE_WORKFLOWAcción

Tool to validate a Roboflow workflow specification before execution. Use this to check if your workflow definition is syntactically correct and properly structured.

Parámetros de entrada

  • stepsobject[]Obligatorio

    List of workflow steps that process the inputs and produce intermediate results.

  • inputsobject[]Obligatorio

    List of workflow inputs that define the data flowing into the workflow.

  • api_keystring

    Roboflow API Key that will be passed to the model during initialization for artifact retrieval. If not provided, uses the authentication from metadata.

  • outputsobject[]Obligatorio

    List of workflow outputs that extract final results from the steps.

  • versionstringObligatorio

    Version of the workflow specification format.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not