# 99006: Tool input schema is invalid.

Log Type: APPLICATION

Log Level: ERROR

## Description

The provided input schema for AI Assistants Tool is invalid.

### Possible causes

You have provided an invalid input schema. Check the Tool setting to verify the schema.

### Possible solutions

* Make sure you have `export type Data = `as your entry point for the input schema
* Verify the provided schema is a valid TypeScript definition
