Skip to main content
Glama
sanjeev7e

notebooklm-mcp-rpc

by sanjeev7e

Wait for artifact

artifact_wait
Read-only

Wait for an artifact to reach COMPLETED status by polling. Increase timeout for video jobs.

Instructions

Poll the artifact until it reaches COMPLETED status. Long-running — raise timeoutSeconds for video jobs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artifactYesArtifact UUID.
notebookYesNotebook UUID.
timeoutSecondsNo
Behavior5/5

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

Annotations declare readOnlyHint: true, which is consistent with polling. The description adds that it is long-running, which is important behavioral context beyond annotations. No contradictions.

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?

Two sentences, no fluff. The key information is front-loaded: purpose first, then usage tip. Every sentence earns its place.

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 simple polling tool with no output schema, the description covers the purpose, key parameter guidance, and behavioral characteristic (long-running). It is complete for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 67%, with two params having descriptions. The description adds value by specifying when to raise timeoutSeconds (for video jobs), which is not in the schema. This helps agents parameterize correctly.

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 it polls the artifact until COMPLETED status, which is a specific verb/resource combination. It distinguishes from sibling tools like artifact_get (which gets current state) and artifact_delete (which deletes).

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 advises adjusting timeoutSeconds for video jobs, giving context for parameter usage. It implies use after starting artifact generation, but does not explicitly exclude other contexts.

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

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