Skip to main content
Glama

Manage Component Storage

manage_component_storage
Destructive

Manage key-value data stored in TouchDesigner COMP operators with list, get, set, and delete actions. Target an existing COMP to read or modify its storage dictionary.

Instructions

CRUD operations on a COMP operator's .storage dictionary. Actions: list (all keys+values), get (one key), set (write a key), delete (remove a key). No operators are created; the target COMP must already exist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoStorage key. Required for get/set/delete; omit for list.
pathYesFull path of the COMP whose storage dict to operate on.
valueNoValue to store under 'key'. Required for set. Must be JSON-serialisable (string, number, bool, list, dict, null).
actionYes'list' returns all keys+values; 'get' reads one key; 'set' writes one key; 'delete' removes one key.
Behavior4/5

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

Annotations already indicate destructive and open-world behavior. Description adds that it modifies the storage dictionary and does not create operators, consistent with annotations. 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?

Two sentences: first states purpose and lists actions, second adds constraint and prerequisite. No wasted words, front-loaded.

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

Completeness4/5

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

Covers main behavior, prerequisite, and action types. Lacks details on error handling or return values, but no output schema exists. Annotations cover destructive aspect. Adequate for the tool's simplicity.

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?

Schema has 100% coverage with descriptions, but description adds value by grouping actions, specifying which parameters are required for which actions, and noting value must be JSON-serialisable. Goes beyond 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?

Clearly states CRUD operations on a COMP operator's .storage dictionary, listing four actions and the prerequisite that the COMP must exist. Distinguishes from sibling tools like manage_component which manage other aspects.

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?

Specifies actions and prerequisite (target COMP must exist). Implicitly contrasts with tools like manage_component, but lacks explicit 'when not to use' or alternative 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