Holaspirit MCP Server

get_circle

Get details of a specific circle

Input Schema

NameRequiredDescriptionDefault
circleIdYes
organizationIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "circleId": { "type": "string" }, "organizationId": { "type": "string" } }, "required": [ "organizationId", "circleId" ], "type": "object" }