Skip to main content
Glama
Unknowmyt1M

YouTube Research MCP

by Unknowmyt1M

youtube_find_in_video

Locate exact timestamps in long videos where a specific topic is discussed via hybrid semantic search. Get deep-link URLs, relevance scores, and spoken quotes for the most relevant 2-3 minute segments.

Instructions

Pinpoint exact sections and timestamps in a long video where a specific topic or concept is discussed. Uses in-process Hybrid RRF (FastEmbed ONNX dense vectors + BM25 lexical search) to locate the most relevant 2-3 minute chunks. Returns deep-link timestamp URLs (e.g. ?t=842s), relevance scores, chapter context, and exact spoken quotes. PREFERRED over reading full transcripts for videos longer than 10 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe specific question, topic, or concept to find inside the video
languageNoTranscript language codeen
video_idYes11-character YouTube video ID or full YouTube URL
max_resultsNoNumber of relevant sections to retrieve (1-10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains the underlying search mechanism (Hybrid RRF with FastEmbed ONNX and BM25) and precisely what is returned: deep-link URLs, relevance scores, chapter context, and spoken quotes. This is transparent about the tool's operation and output. It doesn't mention any side effects or prerequisites, but for a read-only search tool, the disclosed behavior is sufficiently clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with the core purpose front-loaded in the first sentence, followed by technical details and a usage recommendation. It wastes no words and is easy to scan. It could be slightly more structured (e.g., separating the technical method from the usage note), but it is efficient and appropriately sized.

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?

An output schema is present (indicated by 'Has output schema: true'), so the description doesn't need to detail return values, but it does list the key output elements (URLs, scores, chapter context, quotes) which helps agents understand what to expect. It lacks explicit mention of error conditions or prerequisites (e.g., transcript availability), but given the tool's simplicity and the schema coverage, it is reasonably complete for an agent to call it correctly.

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?

The schema has 100% description coverage, so the baseline is 3. The description adds minimal extra meaning beyond the schema: it rephrases 'query' as 'specific question, topic, or concept' and mentions output types, but it does not elaborate on parameter specifics like language or max_results behavior beyond what the schema already provides. Thus, it meets the baseline without adding substantial 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: pinpoint exact sections and timestamps in a long video for a specific topic. It uses a specific verb (pinpoint), a specific resource (long video), and distinct output details (deep-link URLs, relevance scores, quotes). It also distinguishes itself from siblings like youtube_transcript by explicitly positioning itself as the preferred tool over full transcripts for long 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 gives concrete usage guidance: it is 'PREFERRED over reading full transcripts for videos longer than 10 minutes.' This implies when to use it (long videos) and contrasts with the transcript tool. It doesn't explicitly mention alternatives like youtube_search or youtube_research, but the context is clear. A minor gap is not specifying when not to use it beyond the transcript context.

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/Unknowmyt1M/youtube-research-mcp'

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