Skip to main content
Glama

Server Details

Hand-made human mixtapes with liner notes. Paid tools $0.01 USDC via x402, 80% to the tapemaker.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a clearly distinct purpose: about_sftunes provides platform context, get_tape retrieves a specific item by ID, and list_tapes enumerates all available items. No overlap or ambiguity exists between them.

Naming Consistency4/5

Tool names follow a consistent verb_noun pattern with get_tape and list_tapes. about_sftunes deviates slightly since 'about' is not a verb, but the pattern remains predictable and easy to understand.

Tool Count4/5

With only 3 tools, the surface is minimal but appropriately scoped for a read-only public index service. It feels slightly thin but is not unreasonable for the narrow domain.

Completeness3/5

The set covers core read operations: informational context, individual item retrieval, and listing. Missing search/filtering or user-specific endpoints could be a gap for some use cases, but the basic lifecycle is covered.

Available Tools

3 tools
about_sftunesAInspect

What SFtunes is, how x402 payment works, and the tapemaker revenue split. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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 burden. It only mentions the content topics and that it is 'Free,' but lacks disclosure of any behavioral traits such as return format, potential side effects, or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise, consisting of one short sentence. It is front-loaded with key topics, but could be slightly more structured without sacrificing brevity.

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?

Given no parameters or output schema, the description is fairly complete for a simple informational tool. It covers the main topics, though additional details about output format or usage context could enhance completeness.

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 description cannot add parameter-level meaning beyond the schema. Per guidelines, baseline is 4, and the description adequately explains the tool's purpose.

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 tool provides information about 'What SFtunes is, how x402 payment works, and the tapemaker revenue split.' This distinguishes it from siblings 'get_tape' and 'list_tapes', which focus on individual tapes.

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 the tool is for general platform information, but does not provide explicit when-to-use or when-not-to-use guidance compared to siblings. The usage context is inferred rather than stated.

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

get_tapeAInspect

One public SFtunes item by tape_id: a tape uuid, or top10- for a person's Top 10 + Side B. Ordered tracks with artist/title/liner note and canonical Spotify/Apple/YouTube links. Costs $0.01 USDC per call via x402; 80% goes to the person who curated it.

ParametersJSON Schema
NameRequiredDescriptionDefault
tape_idYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the item is public, costs $0.01 USDC, sends 80% to the curator, and includes specific content (ordered tracks, artist/title, links). It does not mention error behavior or auth requirements, but provides substantial operational detail.

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 two sentences long and front-loaded with the core function. Every clause adds meaningful information—identifier format, output contents, pricing, and payout—without any redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one parameter and no output schema, the description is remarkably complete. It covers input format, return content, cost, and payment distribution. There is no significant missing context needed for an agent to select and invoke it correctly.

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

Parameters5/5

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

The schema only says tape_id is a string, but the description fully explains valid forms: a tape uuid or top10-<handle>, and what the latter means. This is critical contextual information the schema lacks, and it compensates perfectly for the 0% schema description coverage.

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 uses a specific verb ('get') and resource ('One public SFtunes item by tape_id'), clearly indicating it retrieves a single item. It distinguishes itself from sibling tools like list_tapes by emphasizing 'One' and by specifying the identifier format.

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

Usage Guidelines4/5

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

The description implies this tool is for retrieving a single item when you know the tape_id, and contrasts with list_tapes for browsing. It does not explicitly state when not to use it or name alternatives, but the context is clear enough for an AI agent to choose appropriately.

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

list_tapesAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Psychosynth is an agent-native, on-chain psychometric data marketplace. It delivers high-variance, human-curated personality profiles and profile-conditioned behavioral responses to autonomous systems. Settle transactions query-by-query in USDC on Base using the x402 micro-payment protocol—completely free of human intermediaries.
  • A
    license
    B
    quality
    D
    maintenance
    Dynamic MCP server — 30+ tools across fact verification, agent memory, Indian NLP, contract risk, security threat modelling, sales call intelligence and more. x402/USDC micropayments on Base.
    33
    9
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources