Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

createNotebookEntry

Add experimental procedures, results, or observations to an existing RSpace notebook with HTML or plain text formatting.

Instructions

Adds a new entry to an existing notebook

Usage: Add experimental procedures, results, or observations to a notebook Content: Supports both HTML and plain text formatting Returns: Created entry information

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the notebook entry
notebook_idYesThe id of the notebook to add the entry
text_contentYeshtml or plain text content

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the notebook entry", "title": "Name", "type": "string" }, "notebook_id": { "description": "The id of the notebook to add the entry", "title": "Notebook Id", "type": "integer" }, "text_content": { "description": "html or plain text content ", "title": "Text Content", "type": "string" } }, "required": [ "name", "text_content", "notebook_id" ], "type": "object" }

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/rspace-os/rspace-mcp'

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