Skip to main content
Glama

get_factory_browser_items

Read-only

Browse a single level of Ableton Live's factory browser root to list its contents, with optional offset and limit for paging through children.

Instructions

Browse one exact level of a Live factory browser root; optional offset and limit return a bounded child page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoPath below the root.
rootYesFactory browser root.
limitNo
offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already state readOnlyHint=true, and the description confirms the read-only nature with 'Browse'. It adds behavioral detail about pagination ('offset and limit return a bounded child page') and the non-recursive nature ('one exact level'), which is useful context beyond the annotations. However, it does not describe what the returned page contains.

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 a single, efficient sentence that front-loads the main action and scope. It contains no wasted words and immediately conveys the tool's purpose and key behavioral attributes.

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?

The description is adequate for a simple browse operation but lacks critical details such as the structure of the returned page (e.g., item names, IDs) and does not reference related tools for comparison. Without an output schema, this omission reduces its completeness for an agent deciding on invocation.

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

Parameters3/5

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

The schema covers only 50% (root and path have descriptions; limit and offset do not). The description clarifies that offset and limit are optional and provide a bounded child page, adding meaning to these undocumented parameters. It does not enhance understanding of root or path beyond the schema, so it partially compensates for the coverage gap.

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 verb 'Browse' and the resource 'Live factory browser root', with the specific scope 'one exact level' and pagination via offset/limit. This distinguishes it from sibling tools like search_browser_items or get_browser_items, which suggest different functions.

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 description implies usage for factory browser browsing but does not explicitly explain when to use this tool versus alternatives like get_browser_items or load_browser_item. No exclusions or alternative conditions are mentioned, so an agent must infer from the context.

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

Deploy Server

Other Tools