# Test app

...

- **Category:** tag1
- **Auth:** NO_AUTH
- **Composio Managed App Available?** N/A
- **Tools:** 2
- **Triggers:** 0
- **Slug:** `TEST_APP`
- **Version:** 00000000_00

## Tools

### Action one

**Slug:** `TEST_APP_ACTION_ONE`

This action one of testapp.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `aegument_1` | string | No | argument 1 |
| `aegument_2` | string | No | argument 2 |
| `aegument_3` | string | Yes | argument 3 |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | 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 |

### Action two

**Slug:** `TEST_APP_ACTION_TWO`

This action two of testapp.

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | object | 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 |
