Skip to main content
Glama

Convolut MCP Server

by expdal3

search_contexts

Find relevant information by performing semantic search across categorized contexts using keywords, tags, and filters to locate specific content.

Instructions

Perform semantic search across contexts to find relevant information

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter results by category
limitNoMaximum number of results to return
queryYesSearch query to find semantically similar contexts
tagsNoFilter results by tags

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter results by category", "enum": [ "personal", "work", "research", "templates", "prompts", "other" ], "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query to find semantically similar contexts", "minLength": 1, "type": "string" }, "tags": { "description": "Filter results by tags", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "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