Supported tools
Learn what you can do with Planner MCP tools.
Planner MCP Supported Tools
Baseline Tools
| Tool | Description | Sample Prompt |
|---|---|---|
create-baseline | Creates a reusable architectural blueprint (baseline) for modernization. | “Create a baseline named BankingCloudMigration.” |
delete-baseline | Deletes an existing baseline permanently. | “Delete baseline BankingCloudMigration.” |
list-baselines | Lists all available baselines. | “Show me all baselines.” |
Zone Tools
| Tool | Description | Sample Prompt |
|---|---|---|
create-zone | Adds a deployment zone (ON_PREM, AWS, AZURE, etc.) to a baseline. | “Add an AZURE zone to baseline BankingCloudMigration.” |
delete-zone | Removes a zone from a baseline. | “Delete the AZURE zone from baseline BankingCloudMigration.” |
list-zones | Displays zones defined in a baseline. | “List all zones in baseline BankingCloudMigration.” |
Environment Tools
| Tool | Description | Sample Prompt |
|---|---|---|
create-environment | Creates an environment (e.g., MAINFRAME, LAMBDA) in a zone. | “Add a MAINFRAME environment under ON_PREM.” |
delete-environment | Removes an environment from a zone. | “Delete environment MAINFRAME in ON_PREM.” |
list-environments | Shows all environments in a zone. | “List environments in the ON_PREM zone.” |
Application Tools
| Tool | Description | Sample Prompt |
|---|---|---|
create-application | Defines an application with technology, language, and a gateway in an environment. | “Create application CUSTOMER-SVC in MAINFRAME with COBOL and CTG.” |
delete-application | Removes an application from an environment. | “Delete application CUSTOMER-SVC.” |
list-applications | Lists all applications in a baseline or environment. | “Show applications in MAINFRAME/ON_PREM.” |
link-application | Connects two applications, establishing a dependency. | “Link MOBILE-APP to CUSTOMER-SVC.” |
detach-application | Removes a dependency link between applications. | “Detach MOBILE-APP from CUSTOMER-SVC.” |
upload-application-resource | Uploads source files for an application. | “Upload COBOL copybooks to CUSTOMER-SVC.” |
delete-application-resource | Deletes uploaded resources. | “Delete resources for CUSTOMER-SVC.” |
Analysis Tools
| Tool | Description | Sample Prompt |
|---|---|---|
analyze-application | Analyzes application code for dependencies, modules, and missing references. | “Analyze application CUSTOMER-SVC.” |
list-analysis | Shows results of application analysis. | “Show analysis for CUSTOMER-SVC.” |
Planning Tools
| Tool | Description | Sample Prompt |
|---|---|---|
create-plan | Defines a modernization plan with a declared intent. | “Create a plan RetailMigration with intent Migrate Logic Only.” |
delete-plan | Deletes a modernization plan. | “Delete plan RetailMigration.” |
list-plans | Lists available modernization plans. | “Show me all plans.” |
analyze-plan | Runs system analysis to generate modernization suggestions. | “Analyze plan RetailMigration.” |
list-tasks | Displays tasks generated in a plan. | “List tasks for plan RetailMigration.” |
Generation Tools
| Tool | Description | Sample Prompt |
|---|---|---|
generate-nocode-service | Generates a no-code API service for an application. | “Generate no-code service for CUSTOMER-SVC.” |
generate-proxy-file | Produces a proxy configuration file with instructions. | “Generate proxy file for CUSTOMER-SVC.” |
generate-readme | Creates a README file with compilation and deployment instructions. | “Generate README for CUSTOMER-SVC service.” |
Refactor & Utility Tools
| Tool | Description | Sample Prompt |
|---|---|---|
refactor-applications | Refactors applications based on modernization strategy. | “Refactor CUSTOMER-SVC into microservices.” |
list-tasks | Lists open tasks and progress (execution phase). | “Show pending tasks for plan RetailMigration.” |
Updated 19 days ago