list_api_keys
Retrieve all API keys and their metadata for a specified project on the MCP Server for Coroot, aiding in key management and observability integration.
Instructions
List all API keys for a project.
Returns all API keys with their metadata (but not the secret values).
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}