Skip to main content
Glama

download_artifact

Check an artifact's status in NotebookLM and download it to disk once complete. If no artifact ID is provided, fetches the most recent one.

Instructions

Check an artifact's status and, if complete, download it to disk.

If artifact_id is None, returns the most recent artifact in the notebook. Returns { artifact_id, status, title, duration_sec, path?, mime? }. path is only present when download succeeded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dest_dirNo
artifact_idNo
notebook_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Despite having no annotations, the description discloses key behaviors: it checks artifact status before downloading, only includes 'path' on success, and defaults to the latest artifact. It could detail what happens when the artifact is incomplete, but the output shape and conditional presence of path cover the main concerns.

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 compact and well-structured, with a clear purpose-first opening and concise follow-up sentences about default behavior and return format. No filler 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?

The tool is simple, and the description covers the primary workflow and return shape. Minor gaps like incomplete status handling and dest_dir specifics remain, but the output schema and brevity reduce the overall completeness gap.

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 0% description coverage, so the description must compensate. It adds important semantics for artifact_id (None means latest) and implies dest_dir's role via 'download to disk'. However, dest_dir itself is not explicitly explained, and notebook_id is left to the reader.

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 identifies the tool's action: check status and download an artifact to disk. It also specifies the default behavior when artifact_id is None, making the tool's scope unambiguous and distinct from siblings.

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 clear context for when to use the tool, including the option to omit artifact_id to fetch the most recent artifact. It doesn't mention alternatives or exclusions, but the use case is well implied.

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/gracelee087/notebooklm-mcp-lisa'

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