> ## Documentation Index
> Fetch the complete documentation index at: https://developers.venturu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# who_am_i

> Verify the currently authenticated user identity.

## who\_am\_i

Returns the identity of the currently authenticated user. Use this to verify that the MCP connection is correctly authenticated.

<Warning>
  This tool **requires authentication**. See [Authentication](/mcp/authentication) for details.
</Warning>

## Parameters

This tool takes no parameters.

## Response

When authenticated:

```
Authenticated as Venturu user: Jane Smith (ID: abc123, email: jane@example.com).
You can use tools like contact_broker on their behalf.
```

When not authenticated:

```
Not authenticated. This tool requires a valid Venturu session or
MCP access token.
```

## Use Cases

<CardGroup cols={2}>
  <Card title="Verify Connection" icon="circle-check">
    Confirm that OAuth authentication completed successfully before attempting to use contact tools.
  </Card>

  <Card title="Voice Agent Setup" icon="microphone">
    Used by voice agents (e.g., ElevenLabs) to verify that dynamic auth variables are correctly configured.
  </Card>
</CardGroup>

## Tool Annotations

| Annotation        | Value   |
| ----------------- | ------- |
| `readOnlyHint`    | `true`  |
| `destructiveHint` | `false` |
| `openWorldHint`   | `false` |
