Retrieve complete output from previous builds or tests using their ID. Filter by logs, errors, tasks, or all details, with options to truncate or summarize.
Retrieve current Gradle configuration including JVM arguments, daemon settings, and version information to diagnose memory issues and understand project setup.
Enables interaction with Gradle projects through the Gradle Wrapper, allowing users to list projects and tasks, execute builds, run tests, and clean artifacts with real-time progress reporting and comprehensive error details.
Scan a project directory with Syft to generate a Software Bill of Materials (SBOM). Get an inventory of all software components and dependencies for compliance and vulnerability scanning.
Remove an Android app from a device to resolve installation conflicts or test a clean first-run state. It deletes app data and cache unless keep_data is set.
Cluster pgvector embedding columns with k-means: sample non-null rows, run Lloyd's algorithm with k-means++ seeding, and return centroids plus per-row cluster assignments.
Wipe an app's data and cache while keeping it installed, resetting it to a first-run state without uninstalling. Use to test onboarding flows or clear a corrupt database.
Installs an APK on an Android device, replacing the existing app. Accepts an explicit APK path or uses the latest Gradle build output, with options for module, variant, device, and permission grants.
Get a compact capability overview of MCPg, grouped into buckets like schema introspection, query execution, vector search, and migrations. Call it first to discover what the server can do.
Retrieve the full registered schema for one MCP tool by name, including input/output schemas and capability bucket. Use this to verify call shape on tool errors without re-scanning the whole describe_self payload.
Convert relational tables into Apache AGE graph projections by generating Cypher statements: rows become nodes, foreign keys become edges. Returns ready-to-review Cypher without executing.
Inspect the current Extentos integration at a project path, returning manifest, generated files status, dependency drift, and remediation gaps to see what's wired so far.