Skip to main content
Glama

list_videos

Read-onlyIdempotent

List videos in your Vimeo library with key details like name, duration, and privacy. Supports pagination, sorting, and folder filtering for efficient browsing.

Instructions

List videos in your Vimeo library, newest first by default. Returns a trimmed shape: id, name, duration, privacy, play count, folder and status. Use get_video for the full object on one video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, from 1.
sortNoSort field.date
per_pageNoResults per page, max 100.
directionNoSort direction.desc
folder_idNoOnly videos in this folder. Omit for the whole library.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive, so the description's job is lighter. It adds useful behavioral context beyond the annotations: newest-first default ordering and the specific trimmed fields returned (id, name, duration, privacy, play count, folder, status).

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?

Three tight sentences with zero filler. The core action and default behavior are front-loaded, the return shape is summarized compactly, and the alternative tool is mentioned in the final sentence. Every sentence earns its place.

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 tool has no output schema, but the description compensates by naming the returned fields and default sort order. Pagination is not described in prose, but the schema already documents page and per_page, so the description is adequately complete for invocation.

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

Parameters3/5

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

Schema description coverage is 100% and all five parameters already have clear descriptions, including defaults, enums, and bounds. The description adds general context like default ordering but does not need to restate parameter details; the baseline of 3 applies.

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-resource pairing: 'List videos in your Vimeo library,' states default ordering, and distinguishes itself from get_video by noting the trimmed shape. This clearly separates it from sibling tools like get_video and search_videos.

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 explicitly directs the agent to get_video when the full object for one video is needed, which is strong guidance. It doesn't explicitly mention search_videos as an alternative for search-like queries, but the phrase 'in your Vimeo library' conveys the intended scope well enough.

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