Skip to main content
Glama
elphamale

ScribblesLM

by elphamale

source_add

Ingest a document from a URL into a notebook, embedding and storing it for immediate semantic search. Use private mode for local embedding or enrich for contextual retrieval.

Instructions

Fetch and ingest a source. Returns after embed+store (queryable immediately); no DeepSeek runs inline. Documents default to public (private=false), embedded via a remote API for speed. Set private=true to force fully-local embedding for any document that must not leave this host. Note: on a rented/cloud host the document already resides on infrastructure the operator may not fully control; private=true limits further transmission but is not a substitute for not ingesting truly sensitive material onto an untrusted host. enrich=true runs contextualization in the background (private sources only; public sources are already contextual).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
enrichNo
privateNo
notebook_idYes
display_nameNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels: it discloses that the tool returns after embed+store (queryable immediately), runs no inline DeepSeek, defaults to public with remote API embedding, offers private=true for fully-local embedding, and includes a nuanced security warning about cloud hosts.

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 front-loaded with the core action and then efficiently covers behavioral details, security caveats, and enrichment semantics in four sentences. Every sentence adds value with no redundancy or filler.

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?

Given the lack of annotations and output schema, the description covers the essential lifecycle: fetching, embedding, storage, queryability, privacy options, enrichment behavior, and a security warning. It provides enough context for an agent to invoke the tool correctly and anticipate consequences.

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

Parameters3/5

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

Schema coverage is 0%, so the description must compensate. It does explain private (fully-local embedding) and enrich (background contextualization for private sources), which are non-obvious. However, it does not give explicit semantics for url, notebook_id, or display_name beyond their schema titles, leaving some parameters reliant on inference from context.

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 the tool's function with a specific verb+resource: 'Fetch and ingest a source.' This distinguishes it from sibling tools like source_list, source_delete, source_refresh, and source_enrich as the creation/ingestion operation, and the need for a notebook_id further clarifies its scope.

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?

It provides clear usage context for the private and enrich parameters, including security considerations and when enrichment applies. However, it does not explicitly name alternatives or state when not to use this tool versus source_refresh or source_enrich, so it stops short of full when/when-not guidance.

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/elphamale/scribbleslm'

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