Skip to main content
Glama

list_tapes

Index of all public SFtunes items: mixtapes (type 'tape') and public profiles' Top 10 lists (type 'top_ten'), each with id, title, tapemaker handle, track_count. Costs $0.01 USDC per call via x402.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries full disclosure. It reveals a non-obvious cost of $0.01 USDC per call via x402, clarifies that only public items are included, and specifies the returned fields. It does not mention pagination or the response envelope, but for a simple listing, this is significant behavioral context.

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 core purpose, and the cost is stated in the second sentence. Every word is informative; no fluff or repetition of the tool name.

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?

The description covers the resource scope, item types, returned fields, and cost. Given that there is no output schema, it provides a good mental model of the result. It lacks details about pagination or the overall response format, but the tool is simple enough that the information is largely sufficient for correct invocation.

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 the schema already communicates that no arguments are required. The description adds meaning by explaining what the result contains (id, title, tapemaker handle, track_count) and the two item types, which helps the agent understand the output. Baseline 4 applies for zero-parameter 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?

The description opens with 'Index of all public SFtunes items', clearly specifying the operation (list all) and the resource (public SFtunes items). It distinguishes content types (mixtapes and Top 10 lists) and lists the returned fields, making its purpose unambiguous and distinct from siblings like get_tape.

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 retrieving a catalog of all public items and mentions the cost per call, which is a usage consideration. However, it does not explicitly contrast with get_tape or about_sftunes, nor does it state when not to use it. The 'Index of all' phrasing gives some guidance, but no alternatives are named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources