Skip to main content
Glama
rubayatkhan

mcp-research-pipeline

by rubayatkhan

research_topic

Search YouTube for a research topic, create a NotebookLM notebook with matching videos, and optionally ask a question to get synthesized answers.

Instructions

End-to-end research pipeline: search YouTube, create a NotebookLM notebook, add video sources, and optionally ask a question.

This tool orchestrates the full workflow:

  1. Search YouTube for videos matching the query

  2. Create a new NotebookLM notebook

  3. Add each video as a YouTube source

  4. Optionally ask a question against all sources

Requires both TRANSCRIPT_API_KEY (for search) and NotebookLM login.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesResearch topic to search YouTube for.
questionNoOptional question to ask after adding sources.
max_videosNoMaximum number of videos to add as sources (default: 5).
notebook_nameNoName for the notebook (default: "Research: {query}").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It transparently enumerates the side effects: search, notebook creation, source addition, and optional question-asking. It also states the authentication prerequisites (TRANSCRIPT_API_KEY and NotebookLM login), which is valuable context beyond the input schema.

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 well-organized with a front-loaded summary, a numbered step list, and a final prerequisite note. Every sentence earns its place; there is no fluff or repetition.

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?

For a compound orchestration tool with four parameters, an output schema, and no annotations, this description is complete: it covers purpose, workflow, authentication requirements, and the optional final step. Nothing critical is missing for an agent to decide whether and how to invoke it.

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 input schema already fully documents all four parameters. The tool description restates query and question in prose but adds little semantic detail beyond what the schema provides. Baseline 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 states a specific, multi-step verb-resource relationship: an end-to-end pipeline that searches YouTube, creates a notebook, adds sources, and optionally asks a question. This clearly distinguishes it from the sibling primitive tools like search_youtube, create_notebook, add_source, and ask_notebook.

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 clearly defines the scope of use—orchestrating the full research workflow—and explicitly lists the four steps it performs. It does not explicitly state when to prefer the individual sibling tools instead, but the compound-vs-primitive distinction is strongly implied by the step-by-step breakdown.

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/rubayatkhan/mcp-research-pipeline'

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