get_sample_template
Retrieve detailed sample template information to examine field specifications and structure before creating samples in RSpace.
Instructions
Retrieves detailed information about a sample template
Usage: Examine template structure before using for sample creation Returns: Complete template definition including field specifications
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"template_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "string"
}
],
"title": "Template Id"
}
},
"required": [
"template_id"
],
"type": "object"
}