Drupal-Modules-MCP MCP Server

get_command_info

Get detailed information about a specific Drush command

Input Schema

NameRequiredDescriptionDefault
command_nameYesName of the Drush command
versionNoDrush version (e.g. '13.x'). Defaults to '13.x'

Input Schema (JSON Schema)

{ "properties": { "command_name": { "description": "Name of the Drush command", "type": "string" }, "version": { "description": "Drush version (e.g. '13.x'). Defaults to '13.x'", "type": "string" } }, "required": [ "command_name" ], "type": "object" }

You must be authenticated.

Other Tools