Skip to main content
Glama

Convolut MCP Server

by expdal3

get_context_stats

Analyze context usage patterns by retrieving statistical information on counts, categories, and metrics within the Convolut Context Bank system.

Instructions

Get statistical information about contexts including counts, categories, and usage metrics

Input Schema

NameRequiredDescriptionDefault
date_rangeNoTime range for statistics30d
group_byNoHow to group the statisticscategory

Input Schema (JSON Schema)

{ "properties": { "date_range": { "default": "30d", "description": "Time range for statistics", "enum": [ "7d", "30d", "90d", "1y", "all" ], "type": "string" }, "group_by": { "default": "category", "description": "How to group the statistics", "enum": [ "category", "tags", "date", "favorite" ], "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