Skip to main content
Glama

cursor_to_project_start

Reset the playback cursor to time zero at the start of the Audacity project, enabling quick navigation to the beginning for editing or playback.

Instructions

Move the cursor to the start of the project (time 0).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It only states the cursor's final position; it does not disclose side effects such as whether the selection is preserved, whether the view scrolls, whether it affects the undo stack, or whether it is a non-destructive read-only action.

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?

A single, efficient sentence with no redundant words. The core action and target are front-loaded, and the clarification '(time 0)' is immediately useful but not verbose.

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?

For a simple, parameterless cursor-movement tool, the description captures the essential behavior. It does not elaborate on side effects or return values, but given the low complexity and intuitive semantics, what is present is largely sufficient, with only the missing behavioral details noted above preventing a 5.

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?

With zero parameters, the input schema is already complete and there is no need for parameter documentation. The description adds useful context by clarifying the exact project start coordinate ('time 0'), which aligns with the baseline 4 for parameterless tools.

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?

States a specific verb ('Move') and resource ('cursor') with an explicit target ('start of the project (time 0)'). This clearly distinguishes it from sibling tools like cursor_to_project_end, cursor_to_track_start, and raw_cursor_left, and the parenthetical clarifies the exact coordinate.

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?

Provides no explicit guidance on when to use this tool versus alternatives, nor any mention of when not to use it. The name and sibling list hint at differentiation, but the description does not articulate conditions or exclusions, leaving the agent to infer context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/FFriends/MCP-Audacity'

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