Skip to main content
Glama

list_services

Retrieve a list of Aiven cloud services for a specific project to manage and monitor PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch instances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYes

Implementation Reference

  • The handler function for the 'list_services' MCP tool. It is registered via the @mcp.tool() decorator and lists the service names in the specified Aiven project using the Aiven client.
    @mcp.tool()
    def list_services(project_name):
        logger.info("Listing all services in a project: %s", project_name)
        results = aiven_client.get_services(project=project_name)
        logger.info(f"Found {len(results)} services")
        return [s["service_name"] for s in results]

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

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/ampcome-mcps/aiven-mcp'

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