Skip to main content
Glama
brbousnguar

mulewatch

by brbousnguar

List deployed applications

anypoint_list_deployed_apps

List deployed Mule applications across Application Manager, legacy CloudHub, and hybrid targets to inventory what is running per environment or business group.

Instructions

List deployed Mule applications in an environment, across Application Manager (CloudHub 2.0 / Runtime Fabric), legacy CloudHub, and hybrid on-prem targets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum records to return, default 100.
orgIdNoBusiness group id. Defaults to ANYPOINT_ORG_ID, or the credentials' own organization.
targetNoDeployment target to query. Defaults to application_manager.
includeRawNoInclude the raw Anypoint API objects alongside the normalized fields.
environmentIdNoEnvironment id. Use instead of environmentName.
includeErrorsNoInclude per-target errors when a target endpoint is unavailable or not permitted.
environmentNameNoEnvironment name, e.g. 'Production'. Resolved to an id, must match exactly one.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It usefully discloses that the tool federates across Application Manager, legacy CloudHub, and hybrid targets, which is real behavioral context not available in the schema, but it is silent on read-only nature, permission requirements, and empty-result behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single front-loaded sentence that names the resource first and then qualifies scope; every clause carries information and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter list tool with no output schema and full schema coverage, the description is nearly complete. The only gap is the absence of any hint about the shape of the normalized results, which the schema cannot supply.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so every parameter (limit, target, orgId, environmentId/environmentName, includeRaw, includeErrors) is already documented. The description echoes the environment scoping and target variety but adds no syntax or precedence detail beyond the schema's baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (List) and resource (deployed Mule applications), and scopes them to an environment across three target families. It does not name or contrast any sibling tool, so an agent must infer how it differs from anypoint_list_app_logs or anypoint_list_environments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use guidance, no exclusions, and no alternative tools mentioned. The phrase 'in an environment' hints that an environment parameter is expected, but the description never states the condition that selects this tool over its siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.