Skip to main content
Glama

get_service_details

Retrieve detailed configuration and status information for Aiven cloud services to monitor performance, troubleshoot issues, and manage resources effectively.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_nameYes
service_nameYes

Implementation Reference

  • Handler function that retrieves detailed information for a specific service in a given Aiven project using the aiven_client.
    def get_service_details(project_name, service_name):
        logger.info("Fetching details for service: %s in project: %s", service_name, project_name)
        result = aiven_client.get_service(project=project_name, service=service_name)
        return result
  • Registers the 'get_service_details' tool with the FastMCP server using the decorator.
    @mcp.tool()

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