Inspect Capacities space
inspect_spaceRetrieve a Capacities space's full schema—object types, property definitions, labels, relations, and collections—before editing to avoid data errors.
Instructions
Inspect the token-bound Capacities space. Without a structure, returns a compact object-type catalog; with a structure ID/name, returns its property definitions, label options, allowed relation types, and collections. Call this before unfamiliar create/update operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Refresh cached structure definitions after space settings changed. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| structure | No | Optional structure ID or name. When supplied, returns its complete writable property and collection schema. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |