Skip to main content
Glama

list_services

Retrieve a list of Aiven services (PostgreSQL, Kafka, ClickHouse, Valkey, OpenSearch) for a specified project to enable efficient management and integration with LLM-powered full stack solutions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYes

Implementation Reference

  • Registers the 'list_services' tool using the @mcp.tool() decorator from FastMCP.
    @mcp.tool()
  • Handler function that lists all service names in the specified Aiven project using the aiven_client.
    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]

Other Tools

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

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