list_deployments
Retrieve and display details of all deployments, starting with the first one. Provides a dictionary listing deployment information for Enkrypt AI MCP Server integration.
Instructions
List all deployments and print details of the first deployment.
Returns: A dictionary containing the list of deployments.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_deploymentsArguments",
"type": "object"
}