Skip to main content
Glama

list_projects

Retrieve a list of projects associated with the Aiven MCP Server to manage and interact with Aiven services like PostgreSQL, Kafka, and OpenSearch for building full-stack solutions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function implementing the list_projects tool. It logs the action, retrieves projects using aiven_client.get_projects(), logs the count, and returns a list of project names.
    def list_projects(): logger.info("Listing all projects") results = aiven_client.get_projects() logger.info(f"Found {len(results)} projects") return [result['project_name'] for result in results]
  • The @mcp.tool() decorator registers the list_projects function as a tool in the FastMCP server.
    @mcp.tool()

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