Skip to main content
Glama

batch

Operate on multiple notebooks at once: query, add sources, create, delete, or generate studio artifacts.

Instructions

Perform batch operations across multiple notebooks.

Actions:

  • query: Query multiple notebooks with the same question

  • add_source: Add the same source URL to multiple notebooks

  • create: Create multiple notebooks at once

  • delete: Delete multiple notebooks (IRREVERSIBLE, requires confirm=True)

  • studio: Generate studio artifacts across multiple notebooks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoApply to ALL notebooks
tagsNoComma-separated tags to select notebooks
queryNoQuestion to ask (for action=query)
actionYesOperation to perform (query, add_source, create, delete, studio)
titlesNoComma-separated notebook titles (for action=create)
confirmNoMust be True for delete action
source_urlNoURL to add (for action=add_source)
artifact_typeNoArtifact type (for action=studio): audio, video, report, etc.audio
notebook_namesNoComma-separated notebook names or IDs

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It clearly notes that delete is irreversible and requires confirm=True, but does not disclose behavioral traits for other actions (e.g., atomicity, side effects, partial failures). This leaves gaps in transparency.

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 a bulleted list of actions that is easy to scan. It front-loads the core purpose. Minor redundancy exists (e.g., repeating 'query' parameter description), but overall it is well-structured.

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?

Given the output schema and high schema coverage, the description is fairly complete but lacks guidance on notebook selection (all, tags, names). The user must infer selection logic from the schema, which could be clarified in the description.

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% (all 9 parameters have descriptions), so baseline is 3. The tool description adds no additional meaning beyond listing actions; parameter relationships and usage details are already in 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 is for batch operations across multiple notebooks, enumerates five distinct actions (query, add_source, create, delete, studio), and uses specific verbs. This distinguishes it from sibling tools that operate on individual notebooks.

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 provides context for actions but does not explicitly state when to use this batch tool versus individual sibling tools. It highlights the irreversible nature of delete and the confirm requirement, offering some guidance, but lacks direct comparisons.

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/AlexanderKast/cast-notebooklm'

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