shell_pwd
Displays the current working directory in the Shell-MCP server, enabling users to verify their location during command execution for precise operations.
Instructions
Show current working directory
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | No | Command arguments |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"description": "Command arguments",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}