get_cronjobs
Retrieve all cronjobs within a specified Kubernetes namespace using the MCP Kubernetes Server. Simplify cluster management by accessing scheduled tasks directly through natural language commands.
Instructions
Get all cronjobs in the specified namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_cronjobsArguments",
"type": "object"
}