List Talonic Schemas
talonic_list_schemasList all saved schemas in your Talonic workspace. Use to discover existing schemas before creating a new one or to find a schema ID for data extraction.
Instructions
STATUS: stable.
List all saved schemas in the user's Talonic workspace.
Returns each schema with its id (UUID), short_id (SCH-XXXXXXXX), name, description,
version, field count, and full JSON Schema definition. Either id form is accepted by
talonic_extract's schema_id parameter.
USE WHEN:
The user asks what schemas they have, or asks to see existing schemas.
You want to discover existing schemas before designing a new one.
Before recommending the user create a schema, check if one already covers the use case.
The user asks to extract from a known document type and you want to find a matching schema.
DO NOT USE WHEN:
The user just wants to extract data from a document and provides an inline schema (call talonic_extract directly).
TIP: Pair this with talonic_extract by passing the chosen schema's id as schema_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Saved schemas in the workspace. | |
| pagination | No | Cursor-based pagination metadata. |