Skip to main content
Glama

list_jobs

Retrieve all Jenkins jobs to monitor project status and manage build pipelines through the Jenkins MCP server.

Instructions

List all Jenkins jobs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'list_jobs' MCP tool. It is decorated with @mcp.tool() for registration and executes the logic to list all Jenkins jobs by calling client.get_jobs().
    @mcp.tool() def list_jobs(ctx: Context) -> List[str]: """List all Jenkins jobs""" client = ctx.request_context.lifespan_context.client return client.get_jobs()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kjozsa/jenkins-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server