Skip to main content
Glama
waliex3

motion-mcp-server

by waliex3

motion_get_parameter

Inspect a parameter by path in an Apple Motion scenenode to retrieve its current value, default, keyframed state, and child parameters if it's a group.

Instructions

Inspect a parameter by slash-separated name path from a scenenode, e.g. "Object/Text" or "Style/Face/Color/Red". Returns its current value/default, whether it's keyframed, and child parameter names if it's a group rather than a leaf.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
scenenode_idYes
parameter_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the read-only nature via 'Inspect' and details the return values, including the distinction between leaf and group parameters. It does not explicitly state 'does not modify', but the language strongly implies a non-mutating operation and explains what to expect.

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: two sentences, no fluff. The first sentence defines the action and gives examples, the second lists the return info. Every word earns its place.

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?

With an output schema present, the description doesn't need to detail return types, and it does explain the semantic content of the output. However, the parameter ambiguity is a significant gap for a 3-parameter tool with no schema documentation. The description is complete in purpose but incomplete in parameter guidance, making it only minimally complete overall.

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

Parameters2/5

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

Schema has 0% coverage, so the description must compensate. It provides path format examples ('Object/Text' or 'Style/Face/Color/Red') and explains the concept of a slash-separated path, but it fails to map these to the schema's three parameters, especially the confusing presence of both 'path' and 'parameter_path'. The examples could apply to either, leaving the agent uncertain about which parameter to fill.

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's function: 'Inspect a parameter by slash-separated name path from a scenenode' and specifies the exact information returned (value/default, keyframed status, child parameter names). This clearly distinguishes it from sibling tools like motion_set_parameter_value, which modifies parameters.

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 implies usage context: use when you need to inspect a parameter's current state ('Returns its current value/default, whether it's keyframed, and child parameter names'). It does not explicitly name alternatives or state when not to use it, but the read-only 'Inspect' wording naturally contrasts with set/modify 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/waliex3/motion-mcp-server'

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