Skip to main content
Glama

Convolut MCP Server

by expdal3

list_contexts

Search and filter contexts using keywords, tags, categories, date ranges, and favorite status to efficiently manage your context bank.

Instructions

Search and filter contexts with advanced options including keywords, tags, categories, and date ranges

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by category
containNoKeyword to search for in context title and content
fromNoStart date for filtering (ISO datetime)
is_favoriteNoFilter by favorite status
limitNoMaximum number of contexts to return (1-100)
offsetNoNumber of contexts to skip for pagination
tagsNoFilter by tags
toNoEnd date for filtering (ISO datetime)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter by category", "enum": [ "personal", "work", "research", "templates", "prompts", "other" ], "type": "string" }, "contain": { "description": "Keyword to search for in context title and content", "type": "string" }, "from": { "description": "Start date for filtering (ISO datetime)", "format": "date-time", "type": "string" }, "is_favorite": { "description": "Filter by favorite status", "type": "boolean" }, "limit": { "default": 20, "description": "Maximum number of contexts to return (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "default": 0, "description": "Number of contexts to skip for pagination", "minimum": 0, "type": "number" }, "tags": { "description": "Filter by tags", "items": { "type": "string" }, "type": "array" }, "to": { "description": "End date for filtering (ISO datetime)", "format": "date-time", "type": "string" } }, "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