Skip to main content
Glama

get_folder

Read-onlyIdempotent

Retrieve a specific folder's details and list its videos. Provide a folder ID to access metadata and contained videos.

Instructions

Get one folder's details and the videos inside it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
per_pageNo
folder_idYesFolder id.
include_videosNoAlso list the videos it contains.
Install Server

TDQS

A3.7/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 known. The description adds minimal behavioral context ('one folder' + 'videos inside it') but fails to disclose that include_videos can be set to false or that per_page caps the returned videos at 50/100. No contradiction with annotations.

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?

Single sentence, front-loaded with the action and resource, no waste. Every word earns its place.

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

Completeness3/5

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

For a read-only single-folder getter with annotations covering safety, the core behavior is stated, but the description is silent on video list pagination (per_page) and the ability to exclude videos via include_videos=false. Since no output schema exists, an agent cannot know the shape of 'details' or that the video list is paginated.

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 67% and both folder_id and include_videos have descriptions; per_page is self-explanatory with min/max/default. The description reinforces include_videos but adds no new meaning beyond the schema, so a baseline of 3 is appropriate.

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 names a specific verb ('Get'), resource ('folder'), and scope ('one'), effectively distinguishing it from list_folders and other folder tools. It also captures the key behavior of including videos, which is central to the tool's purpose.

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?

While 'one folder' implies a single-item retrieval as opposed to list_folders, the description does not explicitly state when to use this tool over alternatives, nor does it mention exclusions (e.g., 'use list_folders to browse'). No explicit usage guidance is provided.

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