Skip to main content
Glama

mcp-confluent

Official
by confluentinc

read-environment

Retrieve detailed information about a specific environment in Confluent Cloud by providing its unique ID. Integrates with the Confluent Cloud REST API for streamlined environment management.

Instructions

Get details of a specific environment by ID

Input Schema

NameRequiredDescriptionDefault
baseUrlNoThe base URL of the Confluent Cloud REST API.
environmentIdYesThe ID of the environment to retrieve

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" }, "environmentId": { "description": "The ID of the environment to retrieve", "minLength": 1, "type": "string" } }, "required": [ "environmentId" ], "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