Skip to main content
Glama
Robiton
by Robiton

notebook_share_invite

Invite a collaborator to a NotebookLM notebook by email, with optional viewer or editor role.

Instructions

Invite a collaborator by email.

Args: notebook_id: Notebook UUID email: Email address to invite role: "viewer" or "editor" (default: viewer)

Returns: success status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebook_idYes
emailYes
roleNoviewer

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states the action and return value but omits details such as authentication requirements, whether an email is sent, rate limits, or side effects.

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 brief and efficient, with a clear purpose statement followed by a structured Arg block. Every sentence adds value, no fluff.

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?

Despite lacking annotations and having 0% schema coverage, the description covers the essential aspects: action, parameters, and return value ('Returns: success status'). The presence of an output schema (not shown but indicated) supplements the return description. Minor gap: no mention of failure conditions.

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?

The description adds meaning beyond the JSON schema by explaining `email` as 'Email address to invite' and `role` as '"viewer" or "editor" (default: viewer).' Even though schema coverage is 0%, this commentary clarifies parameter usage.

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 'Invite a collaborator by email,' specifying the verb (invite) and resource (collaborator via email). Among siblings, there are `notebook_share_batch` and `notebook_share_public`, making this distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (to invite a collaborator by email) but provides no explicit guidance on when to use this tool versus alternatives like `notebook_share_batch` or `notebook_share_public`. No exclusions or when-not-to-use context is given.

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

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