Skip to main content
Glama
CRtheHILLS

OneClickLM

by CRtheHILLS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROME_PATHNoCustom Chrome/Chromium path for login
ONECLICKLM_DIRNoCustom config directory path (default: ~/.oneclicklm/)
ONECLICKLM_LOGNoDebug logging level, e.g., 'debug' (default: none)
ONECLICKLM_TIMEOUTNoCustom request timeout in milliseconds (default: 30000)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
notebook_listA

List all your NotebookLM notebooks. Returns notebook IDs, titles, and source counts. Use this first to discover available notebooks.

notebook_getA

Get detailed information about a specific notebook, including all its sources and their status.

notebook_queryA

Ask a natural language question to a NotebookLM notebook. The AI will analyze all sources in the notebook and return a grounded, cited answer. This is the main tool for getting information from your notebooks.

notebook_createA

Create a new empty NotebookLM notebook. After creating, use source_add to add content.

source_addA

Add a source to a NotebookLM notebook. Supports URLs (web pages, articles), YouTube videos, and plain text content. The source will be processed and made available for queries.

source_listA

List all sources in a NotebookLM notebook, including their titles and processing status (ready, processing, error).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/CRtheHILLS/OneClickLM'

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