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
TdPythonPropertyInfo.yml•331 B
type: object
description: Information about a Python property
required:
- name
- type
properties:
name:
type: string
description: Property name
type:
type: string
description: Type of the property
value:
type: object
description: Current value of the property (if serializable)
nullable: true