# sm.item.isTool

Check if the item uuid belongs to a [Tool](../Game-Script-Environment/Userdata/Tool.md).

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.isTool( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.item.md#istool)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| boolean | True if the item uuid belongs to a tool. |
