Stack Ai
stack_aiNo-Code Platform for Enterprise AI. Build, deploy, and scale AI workflows without code.
Acciones disponibles (22)
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.
Check HealthSTACK_AI_CHECK_HEALTHAcciónTool to check the health status of the Stack AI API. Use to verify API availability and service status.
STACK_AI_CHECK_HEALTHAcciónTool to check the health status of the Stack AI API. Use to verify API availability and service status.
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 Action InputsSTACK_AI_GET_ACTION_INPUTSAcciónTool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.
STACK_AI_GET_ACTION_INPUTSAcciónTool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.
Parámetros de entrada
action_idstringObligatorioThe ID of the action to get inputs for (e.g., 'database_delete_airtable').
provider_idstringObligatorioThe ID of the provider (e.g., 'airtable', 'slack', 'notion').
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 Action Output SchemaSTACK_AI_GET_ACTION_OUTPUTSAcciónTool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.
STACK_AI_GET_ACTION_OUTPUTSAcciónTool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.
Parámetros de entrada
action_idstringObligatorioThe unique identifier of the action within the provider (e.g., 'database_delete_airtable'). Used in the URL path to specify which action's output schema to retrieve.
provider_idstringObligatorioThe unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query.
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 Connector Type SchemaSTACK_AI_GET_CONNECTOR_TYPE_SCHEMAAcciónTool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.
STACK_AI_GET_CONNECTOR_TYPE_SCHEMAAcciónTool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.
Parámetros de entrada
connector_type_idstringObligatorioThe unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack').
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 License StatusSTACK_AI_GET_LICENSE_STATUSAcciónTool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.
STACK_AI_GET_LICENSE_STATUSAcciónTool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.
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 Provider DetailsSTACK_AI_GET_PROVIDERAcciónTool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.
STACK_AI_GET_PROVIDERAcciónTool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.
Parámetros de entrada
provider_idstringObligatorioThe unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github')
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 Provider Action DetailsSTACK_AI_GET_PROVIDER_ACTIONAcciónTool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.
STACK_AI_GET_PROVIDER_ACTIONAcciónTool to get details of a specific action for a provider. Use when you need information about a provider's action including its parameters, description, and API details.
Parámetros de entrada
action_idstringObligatorioThe unique identifier of the action for the provider.
provider_idstringObligatorioThe unique identifier of the provider (e.g., 'gmail', 'slack').
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 Provider IconSTACK_AI_GET_PROVIDER_ICONAcciónTool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.
STACK_AI_GET_PROVIDER_ICONAcciónTool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.
Parámetros de entrada
provider_idstringObligatorioProvider identifier string (e.g., 'airtable', 'slack').
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 Provider Trigger DetailsSTACK_AI_GET_PROVIDER_TRIGGERAcciónTool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.
STACK_AI_GET_PROVIDER_TRIGGERAcciónTool to retrieve detailed information about a specific trigger for a provider. Use when you need to understand the configuration, inputs, outputs, or behavior of a specific trigger.
Parámetros de entrada
trigger_idstringObligatorioThe unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message').
provider_idstringObligatorioThe unique identifier of the provider (e.g., 'airtable', 'slack', 'github').
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 RootSTACK_AI_GET_ROOTAcciónTool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.
STACK_AI_GET_ROOTAcciónTool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.
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 Trigger Details From ProviderSTACK_AI_GET_TRIGGER_BY_PROVIDERAcciónTool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.
STACK_AI_GET_TRIGGER_BY_PROVIDERAcciónTool to retrieve detailed information about a specific trigger from a provider. Use when you need to get trigger configuration, capabilities, or metadata for a specific provider's trigger.
Parámetros de entrada
trigger_idstringObligatorioThe unique identifier of the trigger (e.g., 'on_record_change').
provider_idstringObligatorioThe unique identifier of the provider (e.g., 'airtable', 'slack').
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 Trigger InputsSTACK_AI_GET_TRIGGER_INPUTSAcciónTool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.
STACK_AI_GET_TRIGGER_INPUTSAcciónTool to retrieve the input parameters for a trigger as a JSON schema. Use when discovering what data inputs a specific trigger requires before executing it.
Parámetros de entrada
trigger_idstringObligatorioIdentifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook').
provider_idstringObligatorioIdentifier for the provider (e.g., 'stackai' for Stack AI providers).
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 Trigger OutputsSTACK_AI_GET_TRIGGER_OUTPUTSAcciónTool to retrieve the output schema for a specific trigger in Stack AI. Use when you need to understand what fields a trigger will produce when it fires. This action helps discover the structure of data that will be available from a trigger event, which is useful for configuring workflows and data processing.
STACK_AI_GET_TRIGGER_OUTPUTSAcciónTool to retrieve the output schema for a specific trigger in Stack AI. Use when you need to understand what fields a trigger will produce when it fires. This action helps discover the structure of data that will be available from a trigger event, which is useful for configuring workflows and data processing.
Parámetros de entrada
trigger_idstringObligatorioThe unique identifier of the trigger (e.g., 'on_record_change', 'on_contact_update'). This identifies the specific event type being monitored.
provider_idstringObligatorioThe unique identifier of the provider (e.g., 'airtable', 'salesforce'). This identifies which external service the trigger is connected to.
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
List Connector TypesSTACK_AI_LIST_CONNECTOR_TYPESAcciónTool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured.
STACK_AI_LIST_CONNECTOR_TYPESAcciónTool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Stack AI IntegrationsSTACK_AI_LIST_INTEGRATIONSAcciónTool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.
STACK_AI_LIST_INTEGRATIONSAcciónTool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.
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
List Permission GroupsSTACK_AI_LIST_PERMISSION_GROUPSAcciónTool to list all permission groups with their associated permissions. Use when you need to retrieve available permission groups and their permissions for access control management.
STACK_AI_LIST_PERMISSION_GROUPSAcciónTool to list all permission groups with their associated permissions. Use when you need to retrieve available permission groups and their permissions for access control management.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PermissionsSTACK_AI_LIST_PERMISSIONSAcciónTool to list all available permissions in Stack AI. Use when you need to view or check available permission types.
STACK_AI_LIST_PERMISSIONSAcciónTool to list all available permissions in Stack AI. Use when you need to view or check available permission types.
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
List Provider TriggersSTACK_AI_LIST_PROVIDER_TRIGGERSAcciónTool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.
STACK_AI_LIST_PROVIDER_TRIGGERSAcciónTool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.
Parámetros de entrada
provider_idstringObligatorioThe identifier of the provider to list triggers for.
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
List Stack AI ActionsSTACK_AI_LIST_STACKAI_ACTIONSAcciónTool to list all available Stack AI tool actions. Use when you need to discover available automation capabilities organized by provider.
STACK_AI_LIST_STACKAI_ACTIONSAcciónTool to list all available Stack AI tool actions. Use when you need to discover available automation capabilities organized by provider.
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
List Stack AI ProvidersSTACK_AI_LIST_STACKAI_PROVIDERSAcciónTool to list all Stack AI tool providers (integrations). Use when you need to discover available integrations and their capabilities. Returns comprehensive information about each provider including available actions, triggers, and metadata.
STACK_AI_LIST_STACKAI_PROVIDERSAcciónTool to list all Stack AI tool providers (integrations). Use when you need to discover available integrations and their capabilities. Returns comprehensive information about each provider including available actions, triggers, and metadata.
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
List Stack AI Built-in ToolsSTACK_AI_LIST_STACKAI_TOOLSAcciónTool to list all Stack AI built-in tools. Use when you need to discover available Stack AI native tools and their capabilities.
STACK_AI_LIST_STACKAI_TOOLSAcciónTool to list all Stack AI built-in tools. Use when you need to discover available Stack AI native tools and their capabilities.
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
List Stack AI TriggersSTACK_AI_LIST_STACK_AI_TRIGGERSAcciónTool to list all available Stack AI tool triggers. Use when you need to discover what triggers are available in the Stack AI platform.
STACK_AI_LIST_STACK_AI_TRIGGERSAcciónTool to list all available Stack AI tool triggers. Use when you need to discover what triggers are available in the Stack AI platform.
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