Skip to main content
Glama

list_videos

Read-onlyIdempotent

Retrieve a list of your Loom videos sorted by most recent. Returns video IDs and names for easy identification.

Instructions

List your Loom videos, sorted by most recent.

Returns video IDs and names. Use get_video for metadata on a specific video, or get_video_details for comprehensive info including transcript and comments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax videos to return (default 50)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate safe, read-only, idempotent behavior. The description adds that results are sorted by most recent and return only IDs and names, which is useful context beyond annotations. No contradictions. Could mention pagination but given simplicity, ample.

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 concise sentences. First sentence states purpose and sorting, second describes return values, third suggests alternatives. No wasted words, front-loaded with core action.

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?

Given the presence of an output schema (covers return structure), and the tool's simplicity (one optional param), the description is fully sufficient. It covers what is returned, how results are ordered, and provides guidance to other tools for deeper info.

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 coverage is 100% for the single parameter (limit). The description does not add any extra meaning beyond what the schema already provides ('Max videos to return'). Baseline 3 is appropriate as schema does the heavy lifting.

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 the verb 'list' with the resource 'your Loom videos' and specifies sorting ('sorted by most recent'). It also directly names sibling tools ('get_video', 'get_video_details') for different use cases, clearly distinguishing its role.

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

Usage Guidelines5/5

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

Explicitly states when to use this tool ('to list videos, get IDs and names') and when not to ('use get_video for metadata on a specific video, or get_video_details for comprehensive info'). Provides clear alternatives.

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

Install Server

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/karbassi/mcp-loom'

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