# Microgram: nlm-nlm-add-notebook

`station__algovigilance__microgram-nlm-nlm-add-notebook` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Add a notebook to the library.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `content_types` *object* (required) — Input parameter content_types.
- `description` *string* (required) — What knowledge/content is in this notebook.
- `name` *string* (required) — Display name for the notebook.
- `tags` *object* (required) — Input parameter tags.
- `topics` *object* (required) — Input parameter topics.
- `url` *string* (required) — NotebookLM URL.
- `use_cases` *object* (required) — Input parameter use_cases.

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-nlm-nlm-add-notebook",
    "arguments": {
      "content_types": {},
      "description": "",
      "name": "",
      "tags": {},
      "topics": {},
      "url": "",
      "use_cases": {}
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-nlm-nlm-add-notebook](/tools/algovigilance__microgram-nlm-nlm-add-notebook) — HTML page
- [/tools/algovigilance__microgram-nlm-nlm-add-notebook/json](/tools/algovigilance__microgram-nlm-nlm-add-notebook/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
