Browse Integration Services and Contracts

Query Mendix integration metadata for OData, REST, and business event contracts.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill browse-integration-services-and-contracts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Browse Integration Services and Contracts
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/browse-integrations
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill browse-integration-services-and-contracts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the difficulty of manually navigating complex integration contracts and service definitions within a Mendix project by providing a structured, queryable interface for all OData, REST, and business event assets.

Core Features & Use Cases

  • Service Discovery: Quickly list all consumed and published OData, REST, and business event services.
  • Contract Browsing: Inspect entity structures, action signatures, and message payloads directly from cached metadata without needing network access.
  • Catalog Querying: Use SQL-like syntax to find specific integration objects, identify unused entities, or verify service configurations across the entire project.

Quick Start

Use the browse integration skill to list all available OData clients and describe the structure of the PurchaseOrder entity.

Frequently Asked Questions about Browse Integration Services and Contracts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I browse and query Mendix integration metadata for OData and REST services?

To browse Mendix integration metadata, use a queryable interface to discover and inspect OData, REST, and business event contracts. It allows you to list services, inspect entity structures, and perform SQL-like catalog queries across a project.

Can I inspect Mendix REST service contracts and entity structures without network access?

Yes, you can inspect Mendix REST service contracts directly from cached metadata. This allows you to browse entity structures, action signatures, and message payloads offline without needing live network access to the external services.

What is the best way to find unused OData entities in a Mendix project?

The best way to find unused OData entities is using SQL-like catalog queries. This querying interface helps identify specific integration objects, verify service configurations, and locate unused assets across the entire Mendix project.

How do I list all consumed and published business event services in Mendix?

You can list all consumed and published business event services through the service discovery feature. It quickly enumerates all OData, REST, and business event assets within your Mendix project for bulk inspection and validation.

Does this approach support bulk import of external service definitions in Mendix?

Yes, bulk import of external service definitions is supported. You can discover and validate integration assets, then facilitate the bulk import of OData and REST contracts directly within your Mendix project.

Why use SQL-like syntax to query Mendix integration catalogs instead of manual navigation?

Using SQL-like syntax to query Mendix integration catalogs solves the difficulty of manually navigating complex contracts. It enables developers to perform complex queries to identify assets, validate contracts, and inspect integration objects efficiently.