OneClickLM
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHROME_PATH | No | Custom Chrome/Chromium path for login | |
| ONECLICKLM_DIR | No | Custom config directory path (default: ~/.oneclicklm/) | |
| ONECLICKLM_LOG | No | Debug logging level, e.g., 'debug' (default: none) | |
| ONECLICKLM_TIMEOUT | No | Custom request timeout in milliseconds (default: 30000) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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