list_applicationsStandard MCP tool.
List all the applications and the forms that are part of each one. This tool provides an overview of the organizational structure of the forms within the system, helping to understand how forms are grouped together for different purposes. The same form can exist in multiple applications. Each application also reports whether it has custom code, which is PHP that runs on every page of that application and can affect how things behave; read it with the get_custom_code tool.
Each application reports how many menu items it has, but not what they are. The menu is how people actually reach the forms, so an application with no menu items is one nothing links to. Use get_application_details to look closely at one application, including its menu, or list_menu_items to read menus across the whole system - useful for finding which item leads to a particular form or screen.
This tool takes no arguments.