Skip to main content
Glama

list_projects

Retrieve all Aiven projects to manage cloud database and streaming services for building full-stack solutions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_projects' tool. It uses the aiven_client to fetch all projects and returns a list of project names.
    @mcp.tool() 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]
  • Registration of the 'list_projects' tool using the @mcp.tool() decorator on the FastMCP instance.
    @mcp.tool()

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