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

# check_kyc_document

> Check the conversational verification state — use after the user uploads their ID via the browser upload link (or any time you need to re-orient).

Connect to `https://mcp.agentcard.sh/mcp` with the **user's connection token** (or a `buy_token` for org-owned accounts).

**Behavior:** read-only, idempotent.

## What it does

Check the conversational verification state — use after the user uploads their ID via the browser upload link (or any time you need to re-orient). Returns the current step and the fields still missing.

## Inputs

None.

## Returns

| Field                  | Type        | Description |
| ---------------------- | ----------- | ----------- |
| `message` *(required)* | string      |             |
| `nextStep`             | string/null |             |
| `missingFields`        | array       |             |
| `uploadUrl`            | string      |             |
| `verificationUrl`      | string      |             |

## Example call

```json theme={null}
{
  "tool": "check_kyc_document",
  "arguments": {}
}
```
