Roboflow
roboflowBuild and use computer vision models fast with Roboflow. Train, deploy, and run inference on object detection, classification, and segmentation models.
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ónTool to describe the interface of a workflow specification. Use when you need to understand the inputs, outputs, and types for a Roboflow workflow definition.
ROBOFLOW_DESCRIBE_WORKFLOW_INTERFACEAcciónTool 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_keystringObligatorioRoboflow API Key that will be passed to the model during initialization for artifact retrieval
specificationobjectObligatorioWorkflow 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Execution Engine VersionsROBOFLOW_GET_EXECUTION_ENGINE_VERSIONSAcciónTool 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.
ROBOFLOW_GET_EXECUTION_ENGINE_VERSIONSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Server InfoROBOFLOW_GET_SERVER_INFOAcciónTool to retrieve information about the Roboflow inference server. Use when you need to check the server version, name, or unique identifier.
ROBOFLOW_GET_SERVER_INFOAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Server MetricsROBOFLOW_GET_SERVER_METRICSAcciónTool to retrieve Prometheus metrics from the Roboflow inference server. Use when monitoring server performance, tracking inference statistics, or debugging server health issues.
ROBOFLOW_GET_SERVER_METRICSAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workflow SchemaROBOFLOW_GET_WORKFLOW_SCHEMAAcciónTool to fetch the workflows block schema from Roboflow. Use when you need to retrieve the complete schema definition for workflow blocks.
ROBOFLOW_GET_WORKFLOW_SCHEMAAcciónTool 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Run WorkflowROBOFLOW_RUN_WORKFLOWAcciónTool 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.
ROBOFLOW_RUN_WORKFLOWAcciónTool 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
inputsobjectObligatorioDictionary 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_keystringRoboflow API Key passed to the model during initialization for artifact retrieval. If not provided, uses the authentication from metadata headers.
is_previewbooleanReserved flag used internally by Roboflow to distinguish between preview and non-preview runs.
workflow_idstringOptional identifier of the workflow. Used when running a saved workflow definition from Roboflow platform.
specificationobjectObligatorioWorkflow 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_profilingbooleanFlag 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Validate WorkflowROBOFLOW_VALIDATE_WORKFLOWAcciónTool to validate a Roboflow workflow specification before execution. Use this to check if your workflow definition is syntactically correct and properly structured.
ROBOFLOW_VALIDATE_WORKFLOWAcciónTool 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[]ObligatorioList of workflow steps that process the inputs and produce intermediate results.
inputsobject[]ObligatorioList of workflow inputs that define the data flowing into the workflow.
api_keystringRoboflow API Key that will be passed to the model during initialization for artifact retrieval. If not provided, uses the authentication from metadata.
outputsobject[]ObligatorioList of workflow outputs that extract final results from the steps.
versionstringObligatorioVersion of the workflow specification format.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not