Skip to main content
Glama

index_clip_bank

Scan and analyze video clips in folders to build a searchable index with metadata, enabling organized video reference management.

Instructions

Scan a folder (recursively) and analyze all video clips, building a searchable index. Generates metadata for clips that don't have it yet. Creates/updates index.json in the folder root.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folder_pathYesAbsolute path to the clip bank folder
regenerateNoRe-analyze clips even if metadata exists (default: false)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes key behaviors: recursive scanning, metadata generation for clips without it, and file creation/updates ('Creates/updates index.json'). However, it lacks details on permissions, error handling, performance (e.g., time/rate limits), or what 'analyze' entails (e.g., formats supported).

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 front-loaded with the core purpose in the first sentence, followed by supporting details. Every sentence adds value: the first explains the main action, the second clarifies metadata handling, and the third specifies the output file. No wasted words or redundancy.

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 tool with 2 parameters, no annotations, and no output schema, the description is moderately complete. It covers the tool's purpose and key behaviors but lacks details on output format (beyond 'index.json'), error cases, or integration with siblings. Given the complexity of video analysis, more context on limitations or results would be helpful.

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%, so parameters are fully documented in the schema. The description adds no additional semantic context beyond implying 'folder_path' is for the clip bank and 'regenerate' controls re-analysis. This meets the baseline for high schema coverage without compensating value.

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's purpose with specific verbs ('scan', 'analyze', 'build', 'generate', 'create/update') and resources ('folder', 'video clips', 'searchable index', 'metadata', 'index.json'). It distinguishes from siblings like 'search_clip_bank' (which queries an existing index) by emphasizing index creation/updating.

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?

The description implies usage for indexing video clips in a folder, but provides no explicit guidance on when to use this versus alternatives like 'analyze_video_clip' (single clip analysis) or 'search_clip_bank' (querying). No exclusions or prerequisites are mentioned, leaving usage context inferred rather than stated.

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/dnldsz/StatonicMCP'

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