Skip to main content
Glama

td_self_update

Idempotent

Check for a newer release of this server from GitHub and optionally download and install it to multiple paths including the plugin cache and repository working tree.

Instructions

Check for and optionally install a newer TDPilot release from GitHub.

Default behavior (check_only=True) hits the GitHub releases API and returns {installed, latest, newer_available, release_url, asset_urls}. Set check_only=False to actually download and install — this writes to ~/.tdpilot/td_component/tdpilot.tox, the Claude Code plugin cache, and the repo working-tree (when running from a clone). On success returns md5 fingerprints for each install path so the caller can verify sync.

Releases v1.6.9 through v2.0.3 shipped without the tdpilot.tox asset; against those, check_only=False returns error_code="release_asset_missing" with remediation hints instead of installing. Releases after v2.0.3 attach the asset automatically (.github/workflows/release-assets.yml).

Network-only — does not touch TouchDesigner. Safe to run when TD is closed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
check_onlyNoIf True (default), only check whether a newer release exists. If False, download + install the latest .plugin/.tox to all three install paths (~/.tdpilot, plugin cache, repo).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already declare idempotentHint=true and destructiveHint=false; the description adds meaningful behavioral details: network-only, writes to specific paths, returns md5 fingerprints, and handles missing assets for certain releases. No contradictions.

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 concise yet comprehensive, front-loaded with the main action, and uses clear delineation of default vs install behavior and error cases. No redundant sentences.

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 one parameter, full schema coverage, and an output schema (not shown but referenced), the description covers all necessary aspects: purpose, behavior, side effects, error handling, and safety. Complete for effective use.

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

Parameters4/5

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

The single parameter check_only is fully described in the schema (100% coverage). The description reinforces its effect and adds context about the return values when check_only=True, slightly enhancing the schema.

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 checks for and optionally installs a newer TDPilot release, specifying default behavior and installation details. It distinguishes itself from all sibling tools which are about TouchDesigner operations, not self-update.

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 explains when to use check_only vs install mode, and notes it is safe when TD is closed. It implicitly guides usage but does not explicitly name alternative tools for the same task (though none exist among siblings).

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/dreamrec/TDPilot'

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