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
ModuleHelp.yml•356 B
title: ModuleHelp
type: object
description: Raw Python help() output for a TouchDesigner module or class
required:
- moduleName
- helpText
properties:
moduleName:
type: string
description: Normalized module/class name the help text was generated for
helpText:
type: string
description: Captured output from Python's help() function