Skip to main content
Glama

Gradle MCP Server

by jermeyyy

list_project_tasks

Display all available tasks in a Gradle project to help developers identify build operations, run tests, and manage project workflows efficiently.

Instructions

List all tasks available in a Gradle project.

Args: project: Project path (e.g., ':app' or 'lib:module'). Use None, empty string, or ':' for root project. ctx: MCP Context.

Returns: List of available tasks in the project.

Input Schema

NameRequiredDescriptionDefault
projectNo

Input Schema (JSON Schema)

{ "properties": { "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null } }, "type": "object" }

Other Tools from Gradle MCP Server

Related Tools

    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/jermeyyy/gradle-mcp'

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