Skip to main content
Glama

mcp-confluent

Official
by confluentinc

list-environments

Retrieve all environments in Confluent Cloud with pagination support using a token-based system to manage data efficiently.

Instructions

Get all environments in Confluent Cloud with pagination support

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Confluent Cloud REST API.
pageTokenNoToken for the next page of environments

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseUrl": { "default": "", "description": "The base URL of the Confluent Cloud REST API.", "format": "uri", "type": "string" }, "pageToken": { "description": "Token for the next page of environments", "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/confluentinc/mcp-confluent'

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