Skip to main content
Glama
Octen-Team

octen-mcp

Official
by Octen-Team

video_search

Search the web for videos by text query. Returns ranked results with title, source, duration, and matching segment details.

Instructions

Find videos on the web by text query — returns ranked results (title, source page, cover image, duration, matching segment, authors, description). In Beta; contact us to request beta access. Pass a text query. Use this when the user wants to find videos, clips, footage, tutorials, or a specific moment within a video — not for general text web search.

keywords: find videos, video search, clips, footage, youtube, tutorial video, watch, movie, video clip

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of results to return (1-10). Default 5.
queryYesText query describing the videos to find.
timeoutNoRequest timeout in seconds (1-60). Defaults to 30s if unset.
end_timeNoUpper bound for the time window, ISO 8601.
safesearchNoAdult-content filter. Default strict.strict
start_timeNoLower bound for the time window, ISO 8601 (e.g. '2025-01-01T00:00:00Z').
time_rangeNoRelative time window (e.g. `week`, `month`). Mutually exclusive with `start_time`/`end_time` — if both are given, the absolute range wins.
Behavior4/5

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

With no annotations, the description must carry the burden. It discloses the beta status and access requirement, and states the output format (ranked results with fields). It does not mention potential rate limits or auth details beyond beta, but the read-only nature is implied by 'find'. This is above average for a search tool.

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 two sentences plus a keyword list. It front-loads the main purpose and usage guidance, then adds keywords for discoverability. Every element serves a purpose; no fluff or redundancy.

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?

Given 7 parameters, no output schema, and no annotations, the description covers the essential behavior (returns, beta access, when to use). It does not explain timeout/count defaults (though schema covers them) or interaction between time_range and absolute times (also in schema). It's complete enough for a search tool, but additional detail on result limitations or pagination would push it higher.

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 the baseline is 3. The description only repeats 'Pass a text query' and does not add extra semantics like parameter syntax or interplay (e.g., time_range vs absolute times) beyond what's already in the schema. It does not compensate beyond the schema.

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 finds videos by text query and lists the types of results returned (title, source, cover image, etc.). It distinguishes itself from general search and siblings like image_search by explicitly scoping to videos, but the mention of 'video search' in keywords reinforces the domain.

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 says 'Use this when the user wants to find videos, clips, footage, tutorials, or a specific moment within a video — not for general text web search.' This gives clear when-to-use and when-not-to-use guidance, and it also mentions beta access limitation.

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/Octen-Team/octen-mcp'

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