[ { "annotations": { "title": "Configuration: View", "readOnlyHint": true, "destructiveHint": false, "idempotentHint": false, "openWorldHint": true }, "description": "Get the current Kubernetes configuration content as a kubeconfig YAML", "inputSchema": { "type": "object", "properties": { "minified": { "description": "Return a minified version of the configuration. If set to true, keeps only the current-context and the relevant pieces of the configuration for that context. If set to false, all contexts, clusters, auth-infos, and users are returned in the configuration. (Optional, default true)", "type": "boolean" } } }, "name": "configuration_view" } ]