Skip to main content
Glama

server_info

Read-only

Verify server version and authentication health. Use to confirm login before running notebook tools; returns auth flags and optional account/quota details.

Instructions

Report the server version and local authentication health.

Returns the package version and an auth block (authenticated / storage_exists / json_valid / cookies_present / sid_cookie / profile). Use it to confirm the server is logged in before driving notebook tools; if authenticated is false, run notebooklm login on the server host.

Set include_account=True to also fetch an account block: the signed-in identity {email, authuser} (in-memory/persisted first, then a single live WIZ_global_data probe when authenticated — email is None only when it can't be discovered at all) plus quota-pacing fields {available, notebook_limit, source_limit, tier, output_language} (output_language is the global account setting, e.g. "en"/"ja", or None when unset or unparseable). The quota fields need a live session (a few reads), so the block is off by default — the default call is a fast, network-free probe. When the session is missing or stale the quota fields degrade to {available: False, reason: ...} (identity still included) rather than failing the whole call.

profile names the resolved storage profile the probe ran against (e.g. "default"); the booleans are the actual health signals.

The absolute on-disk storage path is deliberately not returned: it leaks the server-host OS username / filesystem layout to any (possibly remote) caller, while telling the agent nothing it can act on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_accountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description reveals significant behavioral details: default call is a fast network-free probe, quota fields degrade gracefully when the session is stale instead of failing, and the deliberate omission of the on-disk storage path for security reasons. This level of depth exceeds what annotations provide.

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 long but very well-structured, with clear sections for return values, the include_account behavior, and a security note. Every sentence adds value, but it could be slightly more concise without losing critical detail. The front-loaded purpose sentence helps orientation.

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?

The description comprehensively covers the tool's behavior: return fields, parameter effects, default vs. extended modes, degradation logic, and security rationale. It also references the output schema implicitly by detailing the auth and account blocks, making it self-sufficient for an agent to choose and invoke the tool correctly.

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

Parameters5/5

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

The input schema only lists 'include_account' with no description (0% coverage). The description fully compensates by explaining what setting it to True fetches, the structure of the account block, and the trade-off (live session needed for quota fields). This gives the agent complete understanding of the parameter's purpose and consequences.

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 opens with a specific verb and resource: 'Report the server version and local authentication health.' It clearly separates this tool from siblings by focusing on authentication status and account information, making it distinct from health or session_status tools.

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 explicitly states when to use the tool: 'Use it to confirm the server is logged in before driving notebook tools.' It even provides a remediation step if authentication fails (run notebooklm login). However, it doesn't directly compare with alternatives like health or session_status, nor explicitly state when not to use it.

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/Solar2004/nblm-mcp'

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