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

# ToolView

Defined in: [server/transform.ts:5](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/transform.ts#L5)

## Properties

### description

```ts theme={null}
readonly description: string;
```

Defined in: [server/transform.ts:9](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/transform.ts#L9)

***

### name

```ts theme={null}
readonly name: string;
```

Defined in: [server/transform.ts:6](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/transform.ts#L6)

***

### tags

```ts theme={null}
readonly tags: readonly string[];
```

Defined in: [server/transform.ts:10](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/transform.ts#L10)

***

### title?

```ts theme={null}
readonly optional title?: string;
```

Defined in: [server/transform.ts:8](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/transform.ts#L8)

Human-readable display name shown in UIs. Takes precedence over `name` for display purposes.
