Get TouchDesigner tutorial
get_tutorialSearch, list, or retrieve TouchDesigner tutorials by ID or name. Optionally include full content, capped with section navigation to drill into specific parts without downloading the entire document.
Instructions
Read-only: list embedded TouchDesigner tutorials, search tutorial metadata/content, or retrieve one by id/name. With include_content, the content is capped (~30K chars) and comes with a sections_available list; pass a section title to drill into just that part instead of pulling the whole document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional tutorial id or name to retrieve. | |
| limit | No | Maximum tutorials to return for list and search modes. | |
| query | No | Optional search text to match against embedded tutorial metadata and content. | |
| section | No | With include_content, drill into one section by title (from sections_available) instead of the intro overview — the cheap way to read a long tutorial. | |
| include_content | No | When true, include tutorial content (capped, with a sections_available list) in returned entries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| name | No | ||
| count | Yes | ||
| query | No | ||
| tutorial | No | ||
| tutorials | No | ||
| nextToolHints | Yes |