Skip to main content
Glama

Search TD Python API

search_python_api
Read-only

Search the TouchDesigner Python API offline for classes, methods, and members. Filter by category and stable version for compatible results.

Instructions

Read-only: search TouchDesigner Python API classes, methods and members from the embedded offline knowledge base. Supports class category filters and conservative stable-version compatibility filtering where compatibility metadata exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per group.
queryYesSearch query for TD Python classes, methods, or members.
versionNoOptional stable TouchDesigner version filter, e.g. 099, 2020, 2023, or 2024.
categoryNoOptional Python class category filter, e.g. General or Operator.
search_inNoWhere to search: all, classes, methods, or members.all

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
tipsYesFollow-up hints when no results are found.
countYesNumber of returned results.
queryYesEcho of the search query.
classesYesMatching Python API classes.
filtersYesFilters applied to the search.
membersYesMatching Python API members.
methodsYesMatching Python API methods.
Behavior4/5

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

Annotations already indicate readOnlyHint and destructiveHint. The description adds context about being offline-based and applying conservative version filtering, which complements the annotations without contradiction.

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?

The description is two sentences, front-loading the key purpose and key features. Every sentence adds value with no unnecessary words.

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

Completeness5/5

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

Given the presence of an output schema and annotations, the description sufficiently explains the tool's purpose, input parameters, and behavioral traits (read-only, offline, filtering). No obvious gaps remain.

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?

Input schema covers all 5 parameters with descriptions (100% coverage). The description mentions filters (category, version) but does not add significant meaning beyond what the schema already provides.

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 it searches TouchDesigner Python API classes, methods, and members from an offline knowledge base. It specifies the resource (Python API) and verb (search), and the mention of class category and version filters distinguishes it from sibling tools like search_operators.

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

Usage Guidelines4/5

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

The description indicates when to use this tool (for Python API searches) and clarifies its read-only nature. It does not explicitly mention alternatives or when not to use, but the context of sibling tools provides implicit guidance.

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/Pantani/tdmcp'

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