OpenCTI MCP Server

list_groups

Retrieve a list of all groups from OpenCTI using the MCP server, with customizable result limits for efficient data querying.

Instructions

列出所有群組

Input Schema

NameRequiredDescriptionDefault
firstNo返回結果數量限制

Input Schema (JSON Schema)

{ "properties": { "first": { "default": 10, "description": "返回結果數量限制", "type": "number" } }, "type": "object" }
ID: ml61kiz1gm