list_sample_templates
Browse available sample templates to reuse existing formats when creating new samples, returning paginated template metadata.
Instructions
Lists available sample templates for reuse
Usage: Browse existing templates before creating new samples Returns: Paginated list of template metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_size | No |
Input Schema (JSON Schema)
{
"properties": {
"page_size": {
"default": 20,
"title": "Page Size",
"type": "integer"
}
},
"type": "object"
}