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

# ElicitationResult

Defined in: [server/context.ts:64](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/context.ts#L64)

## Properties

### action

```ts theme={null}
action: "accept" | "decline" | "cancel";
```

Defined in: [server/context.ts:66](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/context.ts#L66)

How the user responded to the elicitation.

***

### content?

```ts theme={null}
optional content?: Record<string, string | number | boolean>;
```

Defined in: [server/context.ts:68](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/context.ts#L68)

Submitted form values. Present only when action is 'accept'.
