Skip to main content
Glama

Convolut MCP Server

by expdal3

create_context

Create a new context with title, content, tags, and metadata for organizing information in the Convolut Context Bank system.

Instructions

Create a new context with title, content, tags, and metadata

Input Schema

NameRequiredDescriptionDefault
categoryNoCategory for the contextother
contentYesThe main content of the context
filesNoFile attachments for the context
is_favoriteNoWhether to mark the context as favorite
tagsNoTags to categorize the context
titleYesThe title of the context

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "other", "description": "Category for the context", "enum": [ "personal", "work", "research", "templates", "prompts", "other" ], "type": "string" }, "content": { "description": "The main content of the context", "minLength": 1, "type": "string" }, "files": { "description": "File attachments for the context", "items": { "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "url": { "format": "uri", "type": "string" } }, "required": [ "name", "url", "type" ], "type": "object" }, "type": "array" }, "is_favorite": { "default": false, "description": "Whether to mark the context as favorite", "type": "boolean" }, "tags": { "description": "Tags to categorize the context", "items": { "type": "string" }, "type": "array" }, "title": { "description": "The title of the context", "maxLength": 200, "minLength": 1, "type": "string" } }, "required": [ "title", "content" ], "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