Skip to main content
Glama

Gradle MCP Server

by jermeyyy

clean

Remove build artifacts from Gradle projects to free disk space and ensure clean builds. Specify a project path or clean the entire project to eliminate cached files and temporary outputs.

Instructions

Clean build artifacts for a Gradle project.

This is the only tool that should be used for cleaning tasks.

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

Returns: TaskResult with success status and error message if failed.

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