List Talonic Schemas
talonic_list_schemasList all saved schemas in your workspace with summaries including ID, name, description, version, and field count to find reusable schemas before extracting data.
Instructions
List the saved schemas in the workspace as compact summaries (id, short_id, name, description, version, field_count).
USE WHEN: 'what schemas do I have', or to find a reusable schema before extracting.
NOT FOR: a one-off extraction with an inline schema (call talonic_extract directly).
ARGS: none.
RETURNS: data[] of schema summaries. Full field definitions are omitted here — read the talonic://schemas resource for those. Pass a schema's id/short_id to talonic_extract 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. |