List Talonic Schemas
talonic_list_schemasList all saved schemas in your Talonic workspace to discover existing schema definitions before creating new ones or extracting data.
Instructions
List all saved schemas in the user's Talonic workspace. Returns each schema with its id, name, description, version, field count, and full JSON Schema definition.
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 | |||