List Enforced Schemas
montycat_list_enforced_schemasList enforced schemas on a keyspace with required fields and data types. Use before writes to know required fields or before retrieval to build correctly typed filters. Read-only.
Instructions
List schemas enforced on a keyspace, including field data types.
Use this before a structured write or retrieval when the target keyspace's required fields or types are unknown. For retrieval, it helps construct correctly typed field filters. This inspection is read-only and never creates a missing keyspace.
Args: keyspace: Explicit keyspace name. Takes precedence over scope. scope: Owner/user memory scope (maps to its configured keyspace). Use "shared" for the common keyspace. When both inputs are omitted, the configured default keyspace is inspected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| keyspace | No |