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

# State describe

> Inspect fields of one collection.

Returns count, updatedAt, and known JSON field paths/types for one collection.

<h2 id="input">
  Input
</h2>

Inspector **Settings**. Empty-field rules for the Graph: [Previous nodes](/graph/previous-nodes). This inspector has no **Insert value**.

On an Agent Tool, **Collection** can be **Agent decides** or **Fixed**.

| Field          | Required | Empty | Notes |
| -------------- | -------- | ----- | ----- |
| **Collection** | Yes      | Fail  |       |

<h2 id="output">
  Output
</h2>

On the next node, **Previous nodes** lists **`State describe`: Result** (`{{State describe.text}}` while the name is unique).

| Output | In menu | Type      | Next node gets                                          |
| ------ | ------- | --------- | ------------------------------------------------------- |
| Result | Yes     | JSON text | `{ "name", "count", "updatedAt", "fields", "schema" }`. |
