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
TdPythonClassInfo.yml•402 B
type: object
description: Information about a Python class or module available in TouchDesigner
required:
- name
- type
properties:
name:
type: string
description: Name of the class or module
type:
type: string
enum: [class, module, function, object]
description: Type of the Python entity
description:
type: string
description: Description of the class or module