> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# IToolsClient

Defined in: [client/interfaces.ts:27](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/interfaces.ts#L27)

## Extended by

* [`IClient`](/api/client/interfaces/IClient)

## Methods

### callTool()

```ts theme={null}
callTool<TData>(
   name, 
   args?, 
   options?): Promise<CallToolResult<TData>>;
```

Defined in: [client/interfaces.ts:29](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/interfaces.ts#L29)

#### Type Parameters

##### TData

`TData` = `unknown`

#### Parameters

##### name

`string`

##### args?

`Record`\<`string`, `unknown`>

##### options?

[`CallToolOptions`](/api/client/interfaces/CallToolOptions)

#### Returns

`Promise`\<[`CallToolResult`](/api/client/type-aliases/CallToolResult)\<`TData`>>

***

### listTools()

```ts theme={null}
listTools(options?): Promise<{
}[]>;
```

Defined in: [client/interfaces.ts:28](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/client/interfaces.ts#L28)

#### Parameters

##### options?

[`RequestOptions`](/api/client/interfaces/RequestOptions)

#### Returns

`Promise`\<\{
}\[]>
