Skip to main content
Glama

update_research_node

Modify existing research nodes by updating titles, content, tags, or status to maintain current research information within hierarchical organization systems.

Instructions

Update an existing research node with new information or refinements

Input Schema

NameRequiredDescriptionDefault
nodeIdYesID of the node to update
titleNoNew title (optional)
contentNoNew or updated content (optional)
tagsNoUpdated tags (optional)
statusNoResearch status (optional)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New or updated content (optional)", "type": "string" }, "nodeId": { "description": "ID of the node to update", "type": "string" }, "status": { "description": "Research status (optional)", "enum": [ "exploring", "active", "completed", "archived" ], "type": "string" }, "tags": { "description": "Updated tags (optional)", "items": { "type": "string" }, "type": "array" }, "title": { "description": "New title (optional)", "type": "string" } }, "required": [ "nodeId" ], "type": "object" }

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/k-chrispens/tiling-trees-mcp'

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