Skip to main content
Glama

WordPress MCP Server

by RaheesAhmed

wordpress_remove_capability

Remove specific capabilities from WordPress user roles to manage site permissions and enhance security by limiting user access.

Instructions

Remove capability from a user role

Input Schema

NameRequiredDescriptionDefault
roleYes
capabilityYes

Input Schema (JSON Schema)

{ "properties": { "capability": { "type": "string" }, "role": { "type": "string" } }, "required": [ "role", "capability" ], "type": "object" }

Other Tools from WordPress MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/RaheesAhmed/wordpress-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server