# click.croft.toolkit.use

> Published by [ewancroft.uk](https://lexicon.garden/identity/did:plc:ofrbh253gwicbkc5nktqepol)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.toolkit.use)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.toolkit.use/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ofrbh253gwicbkc5nktqepol/click.croft.toolkit.use/examples)

## Definitions

### `click.croft.toolkit.use`

**Type**: `record`

A record of a tool being used in the croft.click suite.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tool` | `union` | Yes | The specific tool being used and its associated metadata. |
| `context` | `string` | No | Optional context, description, or URI related to the tool use. |
| `createdAt` | `string` (datetime) | Yes | The time the tool use occurred. |

## Raw Schema

```json
{
  "id": "click.croft.toolkit.use",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "tool",
          "createdAt"
        ],
        "properties": {
          "tool": {
            "refs": [
              "click.croft.tools.malachite",
              "click.croft.tools.jasper",
              "click.croft.tools.bismuth",
              "click.croft.tools.opal",
              "click.croft.tools.tourmaline"
            ],
            "type": "union",
            "description": "The specific tool being used and its associated metadata."
          },
          "context": {
            "type": "string",
            "maxLength": 3000,
            "description": "Optional context, description, or URI related to the tool use."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "The time the tool use occurred."
          }
        }
      },
      "description": "A record of a tool being used in the croft.click suite."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
