Skip to main content
Glama

list_showcases

Read-onlyIdempotent

List Vimeo showcases (albums) with pagination and sorting by date, alphabetical, videos, or duration to manage curated playlists.

Instructions

List your showcases, which the API calls albums. Each is a curated playlist with its own page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNodate
per_pageNo
directionNodesc
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already communicate read-only, idempotent, and non-destructive behavior. The description adds useful conceptual context by translating the domain term 'showcases' to 'albums' and describing them as curated playlists with their own pages, which helps agents understand what they are operating on.

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, well-structured sentence that front-loads the action and resource, then adds valuable clarifying context. Every part earns its place with no redundancy or filler.

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 simple, read-only list operation with only optional parameters, the description is largely complete. It could optionally mention pagination or the return shape, but the schema already documents pagination fields, and the annotations cover safety behavior, so no critical context is missing.

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 description coverage is 0%, and the tool description does not mention any of the four parameters. The schema provides types, defaults, and enums, but the description adds no meaning or guidance about page, sort, per_page, or direction, so it fails to compensate for the missing parameter documentation.

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 lists showcases, immediately clarifies that the API calls them albums, and adds the defining trait that each is a curated playlist with its own page. This strongly distinguishes it from sibling tools like list_folders and get_showcase.

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 phrase 'List your showcases' establishes a clear use case: retrieve a collection of the user's own showcases. It does not explicitly name alternatives or exclusion conditions, but the context is clear enough for an agent to infer it is the right tool for listing rather than fetching a single showcase.

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/navidmoazzez/vimeo-mcp'

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