get_template
Fetches detailed information for a pipeline or indexing template by its name, returning a formatted preview with an object ID for nested property access.
Instructions
Fetches detailed information for a specific pipeline or indexing template, identified by its template_name.
:param template_name: The name of the template to fetch.
:returns: Pipeline or indexing template details or error message.
The output is automatically stored and can be referenced in other functions.
Returns a formatted preview with an object ID (e.g., @obj_123).
Use the object store tools in combination with the object ID to view nested properties of the object.
Use the returned object ID to pass this result to other functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_name | Yes |