Supported tools

Learn what you can do with Planner MCP tools.

Planner MCP Supported Tools

Baseline Tools

ToolDescriptionSample Prompt
create-baselineCreates a reusable architectural blueprint (baseline) for modernization.“Create a baseline named BankingCloudMigration.”
delete-baselineDeletes an existing baseline permanently.“Delete baseline BankingCloudMigration.”
list-baselinesLists all available baselines.“Show me all baselines.”

Zone Tools

ToolDescriptionSample Prompt
create-zoneAdds a deployment zone (ON_PREM, AWS, AZURE, etc.) to a baseline.“Add an AZURE zone to baseline BankingCloudMigration.”
delete-zoneRemoves a zone from a baseline.“Delete the AZURE zone from baseline BankingCloudMigration.”
list-zonesDisplays zones defined in a baseline.“List all zones in baseline BankingCloudMigration.”

Environment Tools

ToolDescriptionSample Prompt
create-environmentCreates an environment (e.g., MAINFRAME, LAMBDA) in a zone.“Add a MAINFRAME environment under ON_PREM.”
delete-environmentRemoves an environment from a zone.“Delete environment MAINFRAME in ON_PREM.”
list-environmentsShows all environments in a zone.“List environments in the ON_PREM zone.”

Application Tools

ToolDescriptionSample Prompt
create-applicationDefines an application with technology, language, and a gateway in an environment.“Create application CUSTOMER-SVC in MAINFRAME with COBOL and CTG.”
delete-applicationRemoves an application from an environment.“Delete application CUSTOMER-SVC.”
list-applicationsLists all applications in a baseline or environment.“Show applications in MAINFRAME/ON_PREM.”
link-applicationConnects two applications, establishing a dependency.“Link MOBILE-APP to CUSTOMER-SVC.”
detach-applicationRemoves a dependency link between applications.“Detach MOBILE-APP from CUSTOMER-SVC.”
upload-application-resourceUploads source files for an application.“Upload COBOL copybooks to CUSTOMER-SVC.”
delete-application-resourceDeletes uploaded resources.“Delete resources for CUSTOMER-SVC.”

Analysis Tools

ToolDescriptionSample Prompt
analyze-applicationAnalyzes application code for dependencies, modules, and missing references.“Analyze application CUSTOMER-SVC.”
list-analysisShows results of application analysis.“Show analysis for CUSTOMER-SVC.”

Planning Tools

ToolDescriptionSample Prompt
create-planDefines a modernization plan with a declared intent.“Create a plan RetailMigration with intent Migrate Logic Only.”
delete-planDeletes a modernization plan.“Delete plan RetailMigration.”
list-plansLists available modernization plans.“Show me all plans.”
analyze-planRuns system analysis to generate modernization suggestions.“Analyze plan RetailMigration.”
list-tasksDisplays tasks generated in a plan.“List tasks for plan RetailMigration.”

Generation Tools

ToolDescriptionSample Prompt
generate-nocode-serviceGenerates a no-code API service for an application.“Generate no-code service for CUSTOMER-SVC.”
generate-proxy-fileProduces a proxy configuration file with instructions.“Generate proxy file for CUSTOMER-SVC.”
generate-readmeCreates a README file with compilation and deployment instructions.“Generate README for CUSTOMER-SVC service.”

Refactor & Utility Tools

ToolDescriptionSample Prompt
refactor-applicationsRefactors applications based on modernization strategy.“Refactor CUSTOMER-SVC into microservices.”
list-tasksLists open tasks and progress (execution phase).“Show pending tasks for plan RetailMigration.”