playground.wordpress.net
WordPress running in your browser for learning, testing, and developing with WordPress!
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 13 · Transact 2 · Score: Not yet scored
Tool inspector
playground_delete_directory
Delete a directory from the WordPress virtual filesystem. WARNING: Deletion is permanent and cannot be undone. By default (recursive=false), the directory must be empty or the call will fail. Set recursive=true to delete a directory and all its contents — use with care.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
path |
string | yes | Absolute path of directory to delete |
recursive |
boolean | no | If true, delete directory and all contents. If false (default), fails on non-empty directories. |
Raw JSON schema
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Absolute path of directory to delete"
},
"recursive": {
"type": "boolean",
"description": "If true, delete directory and\n\t\t\t\t\tall contents. If false (default), fails\n\t\t\t\t\ton non-empty directories.",
"default": false
}
},
"required": [
"path"
]
}
Similar websites
neohack.dev
An inviting pixel-art doorway into NetHack. Explore at your own pace, one thoughtful turn at a time.
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…