Skip to main content
Glama

Jenkins MCP Server

by umishra1504

getJobs

Retrieve a paginated list of Jenkins jobs with optional parent folder filtering and configurable result limits for job management.

Instructions

Get a paginated list of Jenkins jobs

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of items to return (default: 10, max: 10)
parentFullNameNoFull path of the parent folder (optional)
skipNoNumber of items to skip (default: 0)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of items to return (default: 10, max: 10)", "type": "integer" }, "parentFullName": { "description": "Full path of the parent folder (optional)", "type": "string" }, "skip": { "description": "Number of items to skip (default: 0)", "type": "integer" } }, "type": "object" }

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/umishra1504/Jenkins-mcp-server'

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