get_jobs
Retrieve all Kubernetes jobs within a specified namespace using commands on the MCP Kubernetes Server, simplifying cluster management tasks directly through LLM-driven interfaces.
Instructions
Get all jobs 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_jobsArguments",
"type": "object"
}