Skip to main content
Glama

Lint recipe library

lint_recipe_library
Read-only

Validates recipe JSON files with semantic checks including schema, naming, connections, and hygiene. Returns structured error reports to help correct issues before using in TouchDesigner.

Instructions

Offline semantic linter for recipes/*.json. Checks schema, id/filename match, duplicate node names, unknown operator types, dangling connections, bad parents, render-outside-geometryCOMP, missing parameter nodes, unresolved control bind_to, GLSL uniforms on non-GLSL hosts, and hygiene (tags/description/preview_description). Returns a structured report; never calls TouchDesigner.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipe_idNoIf set, lint only this one recipe (matched by id); otherwise lint all.
severityNoMinimum severity to include in the result.warn
rulesNoSubset of rule ids to run; default runs every rule.
fail_onNoSeverity at which the tool returns isError (CLI maps to exit code).error

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pantani/tdmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server