Skip to main content
Glama

samples

Build or refresh the sample index that organizes one-shots by kind and traces kick sounds to their source packs, enabling targeted low-end mix analysis.

Instructions

What the sample index holds: one-shots per kind, and the packs the kicks come from. Build or refresh it with python -m sublevel samples index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool can build or refresh the index via a command, implying a state-changing action, but it doesn't detail side effects, whether it reads or writes, or what the output schema contains. The description adds some context but leaves behavioral details vague.

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?

Two sentences, front-loaded with the purpose and ending with the build command. Every word earns its place; no fluff.

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 zero-parameter tool with an output schema, the description is mostly complete. It explains the resource and the build/refresh action. It could be more explicit about whether the tool returns the index contents or just builds it, but the output schema likely covers that.

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 tool has zero parameters, so there is no parameter semantics burden. The description explains what the index holds and how to build/refresh it, which is sufficient context for a no-argument tool.

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 explains what the sample index holds ('one-shots per kind, and the packs the kicks come from') and how to build or refresh it. It is clear about the resource and the action, though it doesn't explicitly name a sibling tool to distinguish itself from.

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 when to use it: when you need to know what the sample index contains or need to build/refresh it. It doesn't explicitly state when not to use it or name alternatives, but the context is reasonably clear for a zero-parameter informational tool.

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