Skip to main content
Glama
wegitor
by wegitor

get_item_properties

Get properties of a media item on a track using either its track position index or direct internal ID. Returns item details for DAW automation and audio editing.

Instructions

Get properties of a media item.

Item Identification - Accepts BOTH types:

  • track_pos_idx (integer): Simple index like 0, 1, 2

  • direct_item_id (string): Internal ID like "MediaItem*0x..."

Args: track_index: Index of the track item_id: EITHER integer track_pos_idx OR string direct_item_id

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
track_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only explains input formats and does not describe what 'properties' are returned, error conditions, or whether the operation has any side effects. The 'get' verb implies read-only, but no additional context is given.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise and structured with a heading and bullet-point style. However, there is slight redundancy where item_id is described both in the list and in the args block, which could be tightened.

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 simple getter, the description covers the necessary input identification well. But it lacks information about the output format (despite an output schema existing) and does not provide usage context or alternatives. It is adequate but leaves gaps in behavioral and usage understanding.

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 schema has 0% description coverage, so the description must compensate. It thoroughly explains both parameters: track_index as 'Index of the track' and item as either an integer track_pos_idx or string direct_item_id, with examples. This provides meaningful context beyond the bare schema types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get properties of a media item', specifying the verb and resource. It is distinct from sibling tools by focusing on item properties, though it doesn't explicitly differentiate from other item-specific getters like get_item_position or get_item_length.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It explains how to identify items (via track_pos_idx or direct_item_id) but does not mention any exclusions or when this tool is preferred over similar getters.

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/wegitor/reaper-reapy-mcp'

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