Skip to main content
Glama

Aiven MCP Server

Official
by Aiven-Open

get_service_details

Retrieve detailed information about a specified Aiven service (e.g., PostgreSQL, Kafka) by providing the project and service name for integration or management purposes.

Input Schema

NameRequiredDescriptionDefault
project_nameYes
service_nameYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "project_name", "type": "string" }, "service_name": { "title": "service_name", "type": "string" } }, "required": [ "project_name", "service_name" ], "title": "get_service_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from Aiven MCP Server

Related Tools

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/Aiven-Open/mcp-aiven'

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