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
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"title": "project_name",
"type": "string"
}
},
"required": [
"project_name"
],
"title": "list_servicesArguments",
"type": "object"
}