Skip to main content
Glama

Lint recipe library

lint_recipe_library
Read-only

Check TouchDesigner recipe JSON files for schema errors, naming inconsistencies, and structural issues. Returns a structured lint report.

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
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnly and non-destructive. Description reinforces offline nature, no calls to TouchDesigner, and lists all checks performed. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single paragraph front-loads purpose, then lists checks, then mentions report. No redundant information. Efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Lacks output schema but mentions 'structured report'. For a linter, this may be sufficient, but more detail on report format would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions and enums. Description adds context by listing rule IDs and clarifying default behavior. Minimal extra value but schema already rich.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it is an offline semantic linter for recipes/*.json with a detailed list of checks. Distinguishes from siblings by its specific linting focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says it never calls TouchDesigner, implying no side effects. Tells when to use (linting) and implies when not to use (when modifications are needed).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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