Skip to main content
Glama

get_node_graph

Retrieve the color grading node graph for a selected clip on the Color page. Specify track type, track index, and item index to access node graph information.

Instructions

Get the color grading node graph info for a timeline item. Must be on the Color page with a clip selected.

Parameters:

  • track_type: "video", "audio", or "subtitle" (default: "video")

  • track_index: 1-based track index (default: 1)

  • item_index: 0-based item index (default: 0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
track_typeNovideo
track_indexNo
item_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided. The description adds the prerequisite but does not disclose other behavioral traits like read-only nature, error handling, or what happens if conditions are not met.

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 extremely concise: one line for purpose, one for prerequisite, and a bulleted list of parameters. No redundant information.

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?

Given the tool has an output schema, the description does not need return details. It covers prerequisite and parameter definitions but lacks context about error conditions or output nature.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining each parameter with allowed values and indexing conventions, adding meaning beyond 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 gets color grading node graph info for a timeline item, with a specific prerequisite. It is distinct from siblings, which are mostly different actions.

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 provides a clear prerequisite (must be on Color page with clip selected) but does not explicitly mention when not to use or alternatives. However, no similar tool exists 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/barckley75/resolve-claude-mcp'

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