# Interface: PackTool

Defined in: [types.ts:1286](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1286)

Tool that references formulas within a pack.

## Extends

- `BaseTool`\<[`Pack`](../../enumerations/ToolType/#pack)>

## Properties

### formulas?

> `optional` **formulas**: `object`[]

Defined in: [types.ts:1295](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1295)

The specific formulas to make available as tools.

#### formulaName

> **formulaName**: `string`

The name of the formula to use as a tool.

______________________________________________________________________

### type

> **type**: [`Pack`](../../enumerations/ToolType/#pack)

Defined in: [types.ts:1280](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/types.ts#L1280)

The type identifier for this tool.

#### Inherited from

`BaseTool.type`
