Skip to main content
Glama

AGI MCP Server

find_similar_clusters

Identify clusters resembling a reference cluster by UUID and similarity threshold in the AGI MCP Server’s memory system, enabling contextual AI coherence.

Instructions

Find clusters similar to a given cluster

Input Schema

NameRequiredDescriptionDefault
cluster_idYesUUID of the reference cluster
thresholdNoMinimum similarity threshold

Input Schema (JSON Schema)

{ "properties": { "cluster_id": { "description": "UUID of the reference cluster", "type": "string" }, "threshold": { "default": 0.7, "description": "Minimum similarity threshold", "type": "number" } }, "required": [ "cluster_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/cognitivecomputations/agi-mcp-server'

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