Skip to main content
Glama

Okta MCP Server

create_group

Add a new group in Okta by specifying a name and optional description. Integrates with the Okta MCP Server to manage user groups effectively.

Instructions

Create a new group in Okta

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the group (optional)
nameYesName of the group

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the group (optional)", "type": "string" }, "name": { "description": "Name of the group", "type": "string" } }, "required": [ "name" ], "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/kapilduraphe/okta-mcp-server'

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