# Stack Ai

No-Code Platform for Enterprise AI. Build, deploy, and scale AI workflows without code.

- **Category:** artificial intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 22
- **Triggers:** 0
- **Slug:** `STACK_AI`
- **Version:** 00000000_00

## Tools

### Check Health

**Slug:** `STACK_AI_CHECK_HEALTH`

Tool to check the health status of the Stack AI API. Use to verify API availability and service status.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Action Inputs

**Slug:** `STACK_AI_GET_ACTION_INPUTS`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `action_id` | string | Yes | The ID of the action to get inputs for (e.g., 'database_delete_airtable'). |
| `provider_id` | string | Yes | The ID of the provider (e.g., 'airtable', 'slack', 'notion'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Action Output Schema

**Slug:** `STACK_AI_GET_ACTION_OUTPUTS`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `action_id` | string | Yes | The 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_id` | string | Yes | The unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Connector Type Schema

**Slug:** `STACK_AI_GET_CONNECTOR_TYPE_SCHEMA`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `connector_type_id` | string | Yes | The unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get License Status

**Slug:** `STACK_AI_GET_LICENSE_STATUS`

Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Provider Details

**Slug:** `STACK_AI_GET_PROVIDER`

Tool to retrieve details of a specific Stack AI tool provider. Use when you need information about available actions, triggers, and configuration for a provider.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `provider_id` | string | Yes | The unique identifier of the provider to retrieve (e.g., 'airtable', 'slack', 'github') |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Provider Action Details

**Slug:** `STACK_AI_GET_PROVIDER_ACTION`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `action_id` | string | Yes | The unique identifier of the action for the provider. |
| `provider_id` | string | Yes | The unique identifier of the provider (e.g., 'gmail', 'slack'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Provider Icon

**Slug:** `STACK_AI_GET_PROVIDER_ICON`

Tool to fetch a provider icon image by provider identifier. Use when you need to retrieve the icon for a tool provider.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `provider_id` | string | Yes | Provider identifier string (e.g., 'airtable', 'slack'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Provider Trigger Details

**Slug:** `STACK_AI_GET_PROVIDER_TRIGGER`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `trigger_id` | string | Yes | The unique identifier of the trigger to retrieve (e.g., 'on_record_change', 'new_message'). |
| `provider_id` | string | Yes | The unique identifier of the provider (e.g., 'airtable', 'slack', 'github'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Root

**Slug:** `STACK_AI_GET_ROOT`

Tool to retrieve information from the Stack AI API root endpoint. Use when you need to verify API connectivity or get basic API information.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Trigger Details From Provider

**Slug:** `STACK_AI_GET_TRIGGER_BY_PROVIDER`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `trigger_id` | string | Yes | The unique identifier of the trigger (e.g., 'on_record_change'). |
| `provider_id` | string | Yes | The unique identifier of the provider (e.g., 'airtable', 'slack'). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Trigger Inputs

**Slug:** `STACK_AI_GET_TRIGGER_INPUTS`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `trigger_id` | string | Yes | Identifier for the specific trigger to retrieve input schema for (e.g., 'custom_webhook'). |
| `provider_id` | string | Yes | Identifier for the provider (e.g., 'stackai' for Stack AI providers). |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### Get Trigger Outputs

**Slug:** `STACK_AI_GET_TRIGGER_OUTPUTS`

Tool 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.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `trigger_id` | string | Yes | The unique identifier of the trigger (e.g., 'on_record_change', 'on_contact_update'). This identifies the specific event type being monitored. |
| `provider_id` | string | Yes | The unique identifier of the provider (e.g., 'airtable', 'salesforce'). This identifies which external service the trigger is connected to. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Connector Types

**Slug:** `STACK_AI_LIST_CONNECTOR_TYPES`

Tool to list all available connector types from Stack AI. Use when you need to retrieve the available connectors that can be configured.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Stack AI Integrations

**Slug:** `STACK_AI_LIST_INTEGRATIONS`

Tool to list all available Stack AI integrations. Use when you need to discover available integrations, actions, and triggers in Stack AI.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Permission Groups

**Slug:** `STACK_AI_LIST_PERMISSION_GROUPS`

Tool 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.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Permissions

**Slug:** `STACK_AI_LIST_PERMISSIONS`

Tool to list all available permissions in Stack AI. Use when you need to view or check available permission types.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Provider Triggers

**Slug:** `STACK_AI_LIST_PROVIDER_TRIGGERS`

Tool to get all available triggers for a specific provider. Use when you need to discover what trigger types are supported by a provider.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `provider_id` | string | Yes | The identifier of the provider to list triggers for. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Stack AI Actions

**Slug:** `STACK_AI_LIST_STACKAI_ACTIONS`

Tool to list all available Stack AI tool actions. Use when you need to discover available automation capabilities organized by provider.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Stack AI Providers

**Slug:** `STACK_AI_LIST_STACKAI_PROVIDERS`

Tool 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.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Stack AI Built-in Tools

**Slug:** `STACK_AI_LIST_STACKAI_TOOLS`

Tool to list all Stack AI built-in tools. Use when you need to discover available Stack AI native tools and their capabilities.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |

### List Stack AI Triggers

**Slug:** `STACK_AI_LIST_STACK_AI_TRIGGERS`

Tool to list all available Stack AI tool triggers. Use when you need to discover what triggers are available in the Stack AI platform.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
