Skip to main content
Glama

Convolut MCP Server

by expdal3

update_context

Modify an existing context by updating its title, content, tags, category, or favorite status using the context's unique identifier.

Instructions

Update an existing context with new title, content, tags, or metadata

Input Schema

NameRequiredDescriptionDefault
categoryNoNew category for the context
contentNoNew content for the context
context_idYesThe unique identifier of the context to update
is_favoriteNoWhether to mark the context as favorite
tagsNoNew tags for the context
titleNoNew title for the context

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "New category for the context", "enum": [ "personal", "work", "research", "templates", "prompts", "other" ], "type": "string" }, "content": { "description": "New content for the context", "minLength": 1, "type": "string" }, "context_id": { "description": "The unique identifier of the context to update", "format": "uuid", "type": "string" }, "is_favorite": { "description": "Whether to mark the context as favorite", "type": "boolean" }, "tags": { "description": "New tags for the context", "items": { "type": "string" }, "type": "array" }, "title": { "description": "New title for the context", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "context_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/expdal3/convolut-mcp'

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