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

# PromptView

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

## Properties

### description

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

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

***

### name

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

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

***

### tags

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

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