Skip to main content
Glama

transport_set_time_signature

Set the project time signature (e.g., 4/4, 3/4) by specifying the numerator and denominator values for accurate musical timing.

Instructions

Set project time signature (e.g. 4/4, 3/4, 7/8).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numeratorYes
denominatorYes
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It reveals that the tool mutates the project time signature, but it does not mention side effects, valid ranges, whether transport must be stopped, or return/error behavior.

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?

One sentence with zero filler, and the examples clarify the input format. It is compact and front-loaded.

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 two-parameter setter this is minimally viable, but without annotations or output schema it omits edge-case details like valid ranges and transport state requirements.

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 coverage is 0%, so the description should define the parameters. It only gives examples (4/4, 3/4, 7/8), implying numerator/denominator semantics, but does not specify allowed values or format.

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 uses a specific verb ('Set') and a distinct resource ('project time signature') with illustrative examples. It is clear, but it does not explicitly differentiate from related transport setters like transport_set_tempo, so sibling differentiation is left to inference.

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

Usage Guidelines3/5

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

The intended use is implicit: if the goal is to change the project's time signature, this is the tool. However, there is no explicit guidance on when not to use it, constraints, or alternatives.

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/marconadas/MacFLStudioMCP'

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