Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

renameDocumentOrNotebookEntry

Change the title of a document or notebook entry in RSpace to improve organization and clarity of research data.

Instructions

Changes the name/title of a document or notebook entry

Usage: Update document titles for better organization Returns: Updated document information

Input Schema

NameRequiredDescriptionDefault
doc_idYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Doc Id" }, "name": { "title": "Name", "type": "string" } }, "required": [ "doc_id", "name" ], "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