Skip to main content
Glama
index.yml1.53 kB
info: description: OpenAPI schema for generating TouchDesigner API client code title: TouchDesigner API version: 1.4.1 openapi: 3.0.0 servers: - url: ${process.env.TD_WEB_SERVER_HOST}:${process.env.TD_WEB_SERVER_PORT} description: TouchDesigner Web Server paths: /api/nodes: $ref: ./paths/api/nodes/list.yml /api/nodes/detail: $ref: ./paths/api/nodes/detail.yml /api/nodes/errors: $ref: ./paths/api/nodes/errors.yml /api/td/classes: $ref: ./paths/api/td/classes/list.yml /api/td/classes/{className}: $ref: ./paths/api/td/classes/details.yml /api/td/modules/help: $ref: ./paths/api/td/modules/help.yml /api/td/nodes/exec: $ref: ./paths/api/td/nodes/exec.yml /api/td/server/exec: $ref: ./paths/api/td/server/exec.yml /api/td/server/td: $ref: ./paths/api/td/server/td.yml components: schemas: TdNode: $ref: ./components/schemas/TdNode.yml TdNodeFamilyType: $ref: ./components/schemas/TdNodeFamilyType.yml TdNodeError: $ref: ./components/schemas/TdNodeError.yml TdNodeErrorReport: $ref: ./components/schemas/TdNodeErrorReport.yml TdPythonClassDetails: $ref: ./components/schemas/TdPythonClassDetails.yml TdPythonClassInfo: $ref: ./components/schemas/TdPythonClassInfo.yml TdPythonMethodInfo: $ref: ./components/schemas/TdPythonMethodInfo.yml TdPythonPropertyInfo: $ref: ./components/schemas/TdPythonPropertyInfo.yml ModuleHelp: $ref: ./components/schemas/ModuleHelp.yml

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/8beeeaaat/touchdesigner-mcp'

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