Skip to main content
Glama

Get Python API Documentation

get_python_api

Retrieve documentation for any TouchDesigner Python class, with optional version filtering to show only API available in a specific TD version.

Instructions

Get documentation for a TouchDesigner Python class. Optionally filter to show only API available in a specific TD version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoFilter to show only methods/members available in a specific TD version (e.g. '2023', '2022', '2021', '2020', '2019', '099'). Methods added after this version are marked or excluded.
class_nameYesPython class name (e.g., 'CHOP', 'Channel', 'App')
show_membersNoShow class members/properties
show_methodsNoShow class methods
show_inheritedNoShow inherited members and methods
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool gets documentation and can filter by version, but does not mention whether it is read-only, has rate limits, or what exactly is returned (text, structure, etc.). The behavior is partially clear but missing important details.

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?

Two sentences front-load the purpose and key optional filter. No superfluous words or repetition. Efficient and focused.

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

Completeness3/5

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

For a tool with 5 parameters (1 required) and no output schema, the description covers the main purpose and version filter but omits details on boolean flag interactions and the format of returned documentation. More context would help an agent use it effectively.

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

Parameters3/5

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

The input schema has 100% coverage with descriptions for all 5 parameters. The description adds minimal value beyond the schema: it mentions optional version filtering but doesn't explain the interplay between show_members, show_methods, and show_inherited. With full schema coverage, a baseline of 3 is appropriate.

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?

The description clearly states the tool retrieves documentation for a TouchDesigner Python class with optional version filtering. It specifies the resource ('TouchDesigner Python class') and action ('Get documentation'), distinguishing it from sibling tools like search_python_api and list_python_classes.

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

Usage Guidelines3/5

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

The description implies usage when needing documentation for a specific class, but does not explicitly state when to use this tool over others, nor does it provide conditions or prerequisites. Usage is inferred but not guided.

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/bottobot/touchdesigner-mcp-server'

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