Skip to main content
Glama

RSpace MCP Server

Official
by rspace-os

tagDocumentOrNotebookEntry

Add tags to RSpace documents and notebook entries to organize research data by project, experiment type, or other categories for improved searchability and categorization.

Instructions

Adds tags to documents for organization and searchability

Usage: Categorize documents by project, experiment type, etc. Tags: Use consistent naming for better organization Returns: Updated document with new tags

Input Schema

NameRequiredDescriptionDefault
doc_idYes
tagsYesOne or more tags in a list

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Doc Id" }, "tags": { "description": "One or more tags in a list", "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "required": [ "doc_id", "tags" ], "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