Skip to main content
Glama

get_showcase

Read-onlyIdempotent

Retrieve a Vimeo showcase and its videos in curated order by providing the showcase ID, with options to include videos and set per-page limits.

Instructions

Get one showcase and the videos in it, in their curated order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
per_pageNo
showcase_idYesShowcase (album) id.
include_videosNo
Install Server

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered and the bar is lower. The description adds one behavioral fact — videos are returned in curated order — but does not disclose pagination behavior or what happens when include_videos is false. No contradiction.

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?

A single, front-loaded sentence with zero filer: the verb, resource, and distinguishing detail (curated order) all appear immediately. Every word earns its place.

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

Completeness2/5

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

With no output schema and two undocumented parameters, the description must bear more weight. The semantics of include_videos and per_page, and the response shape, are left entirely to inference, making the definition incomplete for a 3-parameter tool.

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 only 33% (showcase_id alone has a description); per_page and include_videos are undocumented in the schema. The description adds no parameter context at all, failing to compensate for the low coverage.

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?

States a specific verb and resource: retrieving one showcase plus the videos contained in it. The singular 'one' and the video-ordering detail implicitly differentiate it from siblings like list_showcases and get_folder, though no sibling is named explicitly.

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

Usage Guidelines2/5

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

Provides no when-to-use guidance and names no alternatives. An agent gets no help deciding between this and list_showcases for fetching showcase content, nor any indication of prerequisites or context.

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